#DAF5FE

Color #DAF5FE Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DAF5FE

Tints of Light Cyan #DAF5FE

Color information

#DAF5FE (or 0xDAF5FE) is unknown color: approx Light Cyan. HEX triplet: DA, F5 and FE. RGB value is (218,245,254). Sum of RGB (Red+Green+Blue) = 218+245+254=717 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.40% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5FE is #250A01. Grayscale: #EDEDED. Windows color (decimal): -2427394 or 16709082. OLE color: 16709082.

HSL color Cylindrical-coordinate representation of color #DAF5FE: hue angle of 195º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF5FE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218245254-
CMYK0.140.0400.00
HSL195º94.74%92.55%-
HSV(B)195º14.17%99.61%-
XYZ79.4687.37106.44-
YUV237.95137.05113.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.40%
GREEN value IS 245 (96.09% from 255) = 34.17%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=30.40%
G=34.17%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182452540.140.0400.0019594.7492.55
HexDAF5FEE400c35f5d
Octal33236537616400303137135
Binary1101101011110101111111101110100001100001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5FE; }

 p { color: rgb(218,245,254); }

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

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

 a { background-color: rgb(218,245,254); }

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

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

 span { border-color: rgb(218,245,254); }

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