#DAFFFF

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

Shades of Light Cyan #DAFFFF

Tints of Light Cyan #DAFFFF

Color information

#DAFFFF (or 0xDAFFFF) is unknown color: approx Light Cyan. HEX triplet: DA, FF and FF. RGB value is (218,255,255). Sum of RGB (Red+Green+Blue) = 218+255+255=728 (96% of max value = 765). Red value is 218 (85.55% from 255 or 29.95% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #DAFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFF is #250000. Grayscale: #F3F3F3. Windows color (decimal): -2424833 or 16777178. OLE color: 16777178.

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

Color convert

RGB218255255-
CMYK0.15000
HSL180º100%92.75%-
HSV(B)180º14.51%100%-
XYZ82.7293.65108.32-
YUV243.94134.24109.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 29.95%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 255 (100% from 255) = 35.03%
R=29.95%
G=35.03%
B=35.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552550.1500018010092.75
HexDAFFFFF000b4645d
Octal33237737717000264144135
Binary11011010111111111111111111110001011010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFFF; }

 p { color: rgb(218,255,255); }

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

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

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

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

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

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

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