#DAF6FC

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

Shades of Light Cyan #DAF6FC

Tints of Light Cyan #DAF6FC

Color information

#DAF6FC (or 0xDAF6FC) is unknown color: approx Light Cyan. HEX triplet: DA, F6 and FC. RGB value is (218,246,252). Sum of RGB (Red+Green+Blue) = 218+246+252=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6FC is #250903. Grayscale: #EEEEEE. Windows color (decimal): -2427140 or 16578266. OLE color: 16578266.

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

Color convert

RGB218246252-
CMYK0.130.0200.01
HSL190.59º85%92.16%-
HSV(B)190.59º13.49%98.82%-
XYZ79.4487.85104.86-
YUV238.31135.72113.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.45%
GREEN value IS 246 (96.48% from 255) = 34.36%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=30.45%
G=34.36%
B=35.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182462520.130.0200.01190.598592.16
HexDAF6FCD201bf555c
Octal33236637415201277125134
Binary110110101111011011111100110110011011111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6FC; }

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

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

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

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

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

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

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

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