Html Css Color HEX #DAFBFD Light Cyan

📋 copy color: '#DAFBFD'

red 218 ◦ green 251 ◦ blue 253

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

Shades of Light Cyan #DAFBFD

Tints of Light Cyan #DAFBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.04%

R = 30.19%
G = 34.76%
B = 35.04%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAFBFD (or 0xDAFBFD) is known color: Light Cyan. HEX triplet: DA, FB and FD. RGB value is (218,251,253). Sum of RGB (Red+Green+Blue) = 218+251+253=722 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.19% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBFD is #250402. Grayscale: #F1F1F1. Windows color (decimal): -2425859 or 16645082. OLE color: 16645082.

HSL color Cylindrical-coordinate representation of color #DAFBFD: hue angle of 183.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFBFD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 251 253 -
CMYK 0.14 0.01 0 0.01
HSL 183.43º 0.9% 0.92% -
HSV(B) 183.43º 0.14% 0.99% -
XYZ 81.14 90.99 106.22 -
YUV 241.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 218 251 253 0.14 0.01 0 0.01 183.43 0.9 0.92
Hex DA FB FD E 1 0 1 B7 5A 5C
Octal 332 373 375 16 1 0 1 267 132 134
Binary 11011010 11111011 11111101 1110 1 0 1 10110111 1011010 1011100

Color Harmonies of #DAFBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBFD

Black with #DAFBFD

Text Example


Text Example

White with #DAFBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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