#38BFDC

Color #38BFDC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38BFDC

Tints of Summer Sky #38BFDC

Color information

#38BFDC (or 0x38BFDC) is unknown color: approx Summer Sky. HEX triplet: 38, BF and DC. RGB value is (56,191,220). Sum of RGB (Red+Green+Blue) = 56+191+220=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #38BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFDC is #C74023. Grayscale: #999999. Windows color (decimal): -13058084 or 14466872. OLE color: 14466872.

HSL color Cylindrical-coordinate representation of color #38BFDC: hue angle of 190.61º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38BFDC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB56191220-
CMYK0.750.1300.14
HSL190.61º70.09%54.12%-
HSV(B)190.61º74.55%86.27%-
XYZ33.1843.2774.31-
YUV153.94165.2758.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 11.99%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=11.99%
G=40.90%
B=47.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal561912200.750.1300.14190.6170.0954.12
Hex38BFDC4BD0Ebf4636
Octal702773341131501627710666
Binary11100010111111110111001001011110101110101111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BFDC; }

 p { color: rgb(56,191,220); }

 H1.HeaderClassName
 {
   color: #38BFDC;
 }
 .AnyTagClassName
 {
   color: #38BFDC;
 }
</style>
background-color css

<style>
 a { background-color: #38BFDC; }

 a { background-color: rgb(56,191,220); }

 div.DivClassName
 {
   background-color: #38BFDC;
 }
 .BgClassName
 {
   background-color: #38BFDC;
 }
</style>
border-color css

<style>
 span { border-color: #38BFDC; }

 span { border-color: rgb(56,191,220); }

 td.TdClassName
 {
   border-color: #38BFDC;
 }
 .TagClassName
 {
   border-color: #38BFDC;
 }
</style>