Html Css Color HEX #DAFFFC Light Cyan

📋 copy color: '#DAFFFC'

red 218 ◦ green 255 ◦ blue 252

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

Shades of Light Cyan #DAFFFC

Tints of Light Cyan #DAFFFC

RGB

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

 GREEN value IS 255 (100% from 255) = 35.17%

 BLUE value IS 252 (98.83% from 255) = 34.76%

R = 30.07%
G = 35.17%
B = 34.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#DAFFFC (or 0xDAFFFC) is known color: Light Cyan. HEX triplet: DA, FF and FC. RGB value is (218,255,252). Sum of RGB (Red+Green+Blue) = 218+255+252=725 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.07% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFC is #250003. Grayscale: #F3F3F3. Windows color (decimal): -2424836 or 16580570. OLE color: 16580570.

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

Color convert

RGB 218 255 252 -
CMYK 0.15 0 0.01 0
HSL 175.14º 1% 0.93% -
HSV(B) 175.14º 0.15% 1% -
XYZ 82.24 93.45 105.8 -
YUV 243.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 218 255 252 0.15 0 0.01 0 175.14 1 0.93
Hex DA FF FC F 0 1 0 AF 64 5D
Octal 332 377 374 17 0 1 0 257 144 135
Binary 11011010 11111111 11111100 1111 0 1 0 10101111 1100100 1011101

Color Harmonies of #DAFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFFC

Black with #DAFFFC

Text Example


Text Example

White with #DAFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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