Html Css Color HEX #DAFAFF Light Cyan

📋 copy color: '#DAFAFF'

red 218 ◦ green 250 ◦ blue 255

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

Shades of Light Cyan #DAFAFF

Tints of Light Cyan #DAFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.58%

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

R = 30.15%
G = 34.58%
B = 35.27%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAFAFF (or 0xDAFAFF) is known color: Light Cyan. HEX triplet: DA, FA and FF. RGB value is (218,250,255). Sum of RGB (Red+Green+Blue) = 218+250+255=723 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.15% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAFF is #250500. Grayscale: #F0F0F0. Windows color (decimal): -2426113 or 16775898. OLE color: 16775898.

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

Color convert

RGB 218 250 255 -
CMYK 0.15 0.02 0 0
HSL 188.11º 1% 0.93% -
HSV(B) 188.11º 0.15% 1% -
XYZ 81.15 90.5 107.8 -
YUV 241 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 218 250 255 0.15 0.02 0 0 188.11 1 0.93
Hex DA FA FF F 2 0 0 BC 64 5D
Octal 332 372 377 17 2 0 0 274 144 135
Binary 11011010 11111010 11111111 1111 10 0 0 10111100 1100100 1011101

Color Harmonies of #DAFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAFF

Black with #DAFAFF

Text Example


Text Example

White with #DAFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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