#DAFCFC

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

Shades of Light Cyan #DAFCFC

Tints of Light Cyan #DAFCFC

Color information

#DAFCFC (or 0xDAFCFC) is unknown color: approx Light Cyan. HEX triplet: DA, FC and FC. RGB value is (218,252,252). Sum of RGB (Red+Green+Blue) = 218+252+252=722 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.19% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #DAFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCFC is #250303. Grayscale: #F1F1F1. Windows color (decimal): -2425604 or 16579802. OLE color: 16579802.

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

Color convert

RGB218252252-
CMYK0.13000.01
HSL180º85%92.16%-
HSV(B)180º13.49%98.82%-
XYZ81.2991.55105.48-
YUV241.83133.74111-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.19%
GREEN value IS 252 (98.83% from 255) = 34.90%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=30.19%
G=34.90%
B=34.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522520.13000.011808592.16
HexDAFCFCD001b4555c
Octal33237437415001264125134
Binary11011010111111001111110011010011011010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCFC; }

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

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

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

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

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

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

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

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