#1FB3DA

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

Shades of Summer Sky #1FB3DA

Tints of Summer Sky #1FB3DA

Color information

#1FB3DA (or 0x1FB3DA) is unknown color: approx Summer Sky. HEX triplet: 1F, B3 and DA. RGB value is (31,179,218). Sum of RGB (Red+Green+Blue) = 31+179+218=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FB3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB3DA is #E04C25. Grayscale: #8A8A8A. Windows color (decimal): -14699558 or 14332703. OLE color: 14332703.

HSL color Cylindrical-coordinate representation of color #1FB3DA: hue angle of 192.51º 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 #1FB3DA is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB31179218-
CMYK0.860.1800.15
HSL192.51º75.1%48.82%-
HSV(B)192.51º85.78%85.49%-
XYZ29.3437.5972.04-
YUV139.19172.4750.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.24%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 218 (85.55% from 255) = 50.93%
R=7.24%
G=41.82%
B=50.93%

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
Decimal311792180.860.1800.15192.5175.148.82
Hex1FB3DA56120Fc14b31
Octal372633321262201730111361
Binary11111101100111101101010101101001001111110000011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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