#1fa4d4

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

Shades of Summer Sky #1FA4D4

Tints of Summer Sky #1FA4D4

Color information

#1FA4D4 (or 0x1FA4D4) is unknown color: approx Summer Sky. HEX triplet: 1F, A4 and D4. RGB value is (31,164,212). Sum of RGB (Red+Green+Blue) = 31+164+212=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #1FA4D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA4D4 is #E05B2B. Grayscale: #818181. Windows color (decimal): -14703404 or 13935647. OLE color: 13935647.

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

Color convert

RGB31164212-
CMYK0.850.2300.17
HSL195.91º74.49%47.65%-
HSV(B)195.91º85.38%83.14%-
XYZ25.7231.667.03-
YUV129.71174.4457.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.62%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=7.62%
G=40.29%
B=52.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal311642120.850.2300.17195.9174.4947.65
Hex1FA4D45517011c44a30
Octal372443241252702130411260
Binary111111010010011010100101010110111010001110001001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fa4d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,164,212); }

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

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

 a { background-color: rgb(31,164,212); }

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

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

 span { border-color: rgb(31,164,212); }

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