Html Css Color HEX #DAF8FF Light Cyan

📋 copy color: '#DAF8FF'

red 218 ◦ green 248 ◦ blue 255

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

Shades of Light Cyan #DAF8FF

Tints of Light Cyan #DAF8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.4%

 BLUE value IS 255 (100% from 255) = 35.37%

R = 30.24%
G = 34.4%
B = 35.37%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAF8FF (or 0xDAF8FF) is known color: Light Cyan. HEX triplet: DA, F8 and FF. RGB value is (218,248,255). Sum of RGB (Red+Green+Blue) = 218+248+255=721 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.24% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8FF is #250700. Grayscale: #EFEFEF. Windows color (decimal): -2426625 or 16775386. OLE color: 16775386.

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

Color convert

RGB 218 248 255 -
CMYK 0.15 0.03 0 0
HSL 191.35º 1% 0.93% -
HSV(B) 191.35º 0.15% 1% -
XYZ 80.53 89.26 107.59 -
YUV 239.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 218 248 255 0.15 0.03 0 0 191.35 1 0.93
Hex DA F8 FF F 3 0 0 BF 64 5D
Octal 332 370 377 17 3 0 0 277 144 135
Binary 11011010 11111000 11111111 1111 11 0 0 10111111 1100100 1011101

Color Harmonies of #DAF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8FF

Black with #DAF8FF

Text Example


Text Example

White with #DAF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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