#DAFFFC

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

Shades of Light Cyan #DAFFFC

Tints of Light Cyan #DAFFFC

Color information

#DAFFFC (or 0xDAFFFC) is unknown color: approx Light Cyan. HEX triplet: DA, FF and FC. RGB value is (218,255,252). Sum of RGB (Red+Green+Blue) = 218+255+252=725 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.07% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFC is #250003. Grayscale: #F3F3F3. Windows color (decimal): -2424836 or 16580570. OLE color: 16580570.

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

Color convert

RGB218255252-
CMYK0.1500.010
HSL175.14º100%92.75%-
HSV(B)175.14º14.51%100%-
XYZ82.2493.45105.8-
YUV243.6132.74109.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.07%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 252 (98.83% from 255) = 34.76%
R=30.07%
G=35.17%
B=34.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552520.1500.010175.1410092.75
HexDAFFFCF010af645d
Octal33237737417010257144135
Binary11011010111111111111110011110101010111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFFC; }

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

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

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

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

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

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

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

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