#DAFBFF

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

Shades of Light Cyan #DAFBFF

Tints of Light Cyan #DAFBFF

Color information

#DAFBFF (or 0xDAFBFF) is unknown color: approx Light Cyan. HEX triplet: DA, FB and FF. RGB value is (218,251,255). Sum of RGB (Red+Green+Blue) = 218+251+255=724 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.11% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBFF is #250400. Grayscale: #F1F1F1. Windows color (decimal): -2425857 or 16776154. OLE color: 16776154.

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

Color convert

RGB218251255-
CMYK0.150.0200
HSL186.49º100%92.75%-
HSV(B)186.49º14.51%100%-
XYZ81.4691.12107.9-
YUV241.59135.57111.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.11%
GREEN value IS 251 (98.44% from 255) = 34.67%
BLUE value IS 255 (100% from 255) = 35.22%
R=30.11%
G=34.67%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182512550.150.0200186.4910092.75
HexDAFBFFF200ba645d
Octal33237337717200272144135
Binary110110101111101111111111111110001011101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBFF; }

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

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

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

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

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

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

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

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