#DAF6FF

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

Shades of Light Cyan #DAF6FF

Tints of Light Cyan #DAF6FF

Color information

#DAF6FF (or 0xDAF6FF) is unknown color: approx Light Cyan. HEX triplet: DA, F6 and FF. RGB value is (218,246,255). Sum of RGB (Red+Green+Blue) = 218+246+255=719 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.32% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6FF is #250900. Grayscale: #EEEEEE. Windows color (decimal): -2427137 or 16774874. OLE color: 16774874.

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

Color convert

RGB218246255-
CMYK0.150.0400
HSL194.59º100%92.75%-
HSV(B)194.59º14.51%100%-
XYZ79.9288.04107.39-
YUV238.65137.22113.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.32%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 255 (100% from 255) = 35.47%
R=30.32%
G=34.21%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182462550.150.0400194.5910092.75
HexDAF6FFF400c3645d
Octal33236637717400303144135
Binary1101101011110110111111111111100001100001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6FF; }

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

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

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

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

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

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

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

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