Html Css Color HEX #DAFBFF Light Cyan

📋 copy color: '#DAFBFF'

red 218 ◦ green 251 ◦ blue 255

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

Shades of Light Cyan #DAFBFF

Tints of Light Cyan #DAFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.67%

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

R = 30.11%
G = 34.67%
B = 35.22%

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

#DAFBFF (or 0xDAFBFF) is known color: Light Cyan. HEX triplet: DA, FB and FF. RGB value is (218,251,255). Sum of RGB (Red+Green+Blue) = 218+251+255=724 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.11% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBFF is #250400. Grayscale: #F1F1F1. Windows color (decimal): -2425857 or 16776154. OLE color: 16776154.

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

Color convert

RGB 218 251 255 -
CMYK 0.15 0.02 0 0
HSL 186.49º 1% 0.93% -
HSV(B) 186.49º 0.15% 1% -
XYZ 81.46 91.12 107.9 -
YUV 241.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 218 251 255 0.15 0.02 0 0 186.49 1 0.93
Hex DA FB FF F 2 0 0 BA 64 5D
Octal 332 373 377 17 2 0 0 272 144 135
Binary 11011010 11111011 11111111 1111 10 0 0 10111010 1100100 1011101

Color Harmonies of #DAFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBFF

Black with #DAFBFF

Text Example


Text Example

White with #DAFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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