Html Css Color HEX #DAF6FF Light Cyan

📋 copy color: '#DAF6FF'

red 218 ◦ green 246 ◦ blue 255

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

Shades of Light Cyan #DAF6FF

Tints of Light Cyan #DAF6FF

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 value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAF6FF (or 0xDAF6FF) is known color: 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

RGB 218 246 255 -
CMYK 0.15 0.04 0 0
HSL 194.59º 1% 0.93% -
HSV(B) 194.59º 0.15% 1% -
XYZ 79.92 88.04 107.39 -
YUV 238.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 218 246 255 0.15 0.04 0 0 194.59 1 0.93
Hex DA F6 FF F 4 0 0 C3 64 5D
Octal 332 366 377 17 4 0 0 303 144 135
Binary 11011010 11110110 11111111 1111 100 0 0 11000011 1100100 1011101

Color Harmonies of #DAF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6FF

Black with #DAF6FF

Text Example


Text Example

White with #DAF6FF

Text Example


Text Example

HTML Codes & Css Web 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>