#1FB5D3

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

Shades of Summer Sky #1FB5D3

Tints of Summer Sky #1FB5D3

Color information

#1FB5D3 (or 0x1FB5D3) is unknown color: approx Summer Sky. HEX triplet: 1F, B5 and D3. RGB value is (31,181,211). Sum of RGB (Red+Green+Blue) = 31+181+211=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #1FB5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB5D3 is #E04A2C. Grayscale: #8B8B8B. Windows color (decimal): -14699053 or 13874463. OLE color: 13874463.

HSL color Cylindrical-coordinate representation of color #1FB5D3: hue angle of 190º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FB5D3 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB31181211-
CMYK0.850.1400.17
HSL190º74.38%47.45%-
HSV(B)190º85.31%82.75%-
XYZ28.8538.0467.45-
YUV139.57168.350.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.33%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 211 (82.81% from 255) = 49.88%
R=7.33%
G=42.79%
B=49.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal311812110.850.1400.1719074.3847.45
Hex1FB5D355E011be4a2f
Octal372653231251602127611257
Binary11111101101011101001110101011110010001101111101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FB5D3; }

 p { color: rgb(31,181,211); }

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

<style>
 a { background-color: #1FB5D3; }

 a { background-color: rgb(31,181,211); }

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

<style>
 span { border-color: #1FB5D3; }

 span { border-color: rgb(31,181,211); }

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