#1FB2DA

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

Shades of Summer Sky #1FB2DA

Tints of Summer Sky #1FB2DA

Color information

#1FB2DA (or 0x1FB2DA) is unknown color: approx Summer Sky. HEX triplet: 1F, B2 and DA. RGB value is (31,178,218). Sum of RGB (Red+Green+Blue) = 31+178+218=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FB2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB2DA is #E04D25. Grayscale: #8A8A8A. Windows color (decimal): -14699814 or 14332447. OLE color: 14332447.

HSL color Cylindrical-coordinate representation of color #1FB2DA: hue angle of 192.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FB2DA is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB31178218-
CMYK0.860.1800.15
HSL192.83º75.1%48.82%-
HSV(B)192.83º85.78%85.49%-
XYZ29.1437.1971.97-
YUV138.61172.851.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.26%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=7.26%
G=41.69%
B=51.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal311782180.860.1800.15192.8375.148.82
Hex1FB2DA56120Fc14b31
Octal372623321262201730111361
Binary11111101100101101101010101101001001111110000011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,178,218); }

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

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

 a { background-color: rgb(31,178,218); }

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

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

 span { border-color: rgb(31,178,218); }

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