#DAFDFF

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

Shades of Light Cyan #DAFDFF

Tints of Light Cyan #DAFDFF

Color information

#DAFDFF (or 0xDAFDFF) is unknown color: approx Light Cyan. HEX triplet: DA, FD and FF. RGB value is (218,253,255). Sum of RGB (Red+Green+Blue) = 218+253+255=726 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.03% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDFF is #250200. Grayscale: #F2F2F2. Windows color (decimal): -2425345 or 16776666. OLE color: 16776666.

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

Color convert

RGB218253255-
CMYK0.150.0100
HSL183.24º100%92.75%-
HSV(B)183.24º14.51%100%-
XYZ82.0992.38108.11-
YUV242.76134.9110.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.03%
GREEN value IS 253 (99.22% from 255) = 34.85%
BLUE value IS 255 (100% from 255) = 35.12%
R=30.03%
G=34.85%
B=35.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182532550.150.0100183.2410092.75
HexDAFDFFF100b7645d
Octal33237537717100267144135
Binary11011010111111011111111111111001011011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDFF; }

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

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

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

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

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

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

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

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