Html Css Color HEX #DAF2F6 Light Cyan

📋 copy color: '#DAF2F6'

red 218 ◦ green 242 ◦ blue 246

#DAF2F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #DAF2F6

Tints of Light Cyan #DAF2F6

RGB

 RED value IS 218 (85.55% from 255) = 30.88%

 GREEN value IS 242 (94.92% from 255) = 34.28%

 BLUE value IS 246 (96.48% from 255) = 34.84%

R = 30.88%
G = 34.28%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAF2F6 (or 0xDAF2F6) is known color: Light Cyan. HEX triplet: DA, F2 and F6. RGB value is (218,242,246). Sum of RGB (Red+Green+Blue) = 218+242+246=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAF2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2F6 is #250D09. Grayscale: #EBEBEB. Windows color (decimal): -2428170 or 16184026. OLE color: 16184026.

HSL color Cylindrical-coordinate representation of color #DAF2F6: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF2F6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 242 246 -
CMYK 0.11 0.02 0 0.04
HSL 188.57º 0.61% 0.91% -
HSV(B) 188.57º 0.11% 0.96% -
XYZ 77.3 85.06 99.53 -
YUV 235.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 218 242 246 0.11 0.02 0 0.04 188.57 0.61 0.91
Hex DA F2 F6 B 2 0 4 BD 3D 5B
Octal 332 362 366 13 2 0 4 275 75 133
Binary 11011010 11110010 11110110 1011 10 0 100 10111101 111101 1011011

Color Harmonies of #DAF2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2F6

Black with #DAF2F6

Text Example


Text Example

White with #DAF2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2F6; }

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

 H1.HeaderClassName
 {
   color: #DAF2F6;
 }
 .AnyTagClassName
 {
   color: #DAF2F6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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