Html Css Color HEX #DAF5FD Light Cyan

📋 copy color: '#DAF5FD'

red 218 ◦ green 245 ◦ blue 253

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

Shades of Light Cyan #DAF5FD

Tints of Light Cyan #DAF5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.22%

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

R = 30.45%
G = 34.22%
B = 35.34%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAF5FD (or 0xDAF5FD) is known color: Light Cyan. HEX triplet: DA, F5 and FD. RGB value is (218,245,253). Sum of RGB (Red+Green+Blue) = 218+245+253=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5FD is #250A02. Grayscale: #EDEDED. Windows color (decimal): -2427395 or 16643546. OLE color: 16643546.

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

Color convert

RGB 218 245 253 -
CMYK 0.14 0.03 0 0.01
HSL 193.71º 0.9% 0.92% -
HSV(B) 193.71º 0.14% 0.99% -
XYZ 79.3 87.3 105.6 -
YUV 237.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 218 245 253 0.14 0.03 0 0.01 193.71 0.9 0.92
Hex DA F5 FD E 3 0 1 C2 5A 5C
Octal 332 365 375 16 3 0 1 302 132 134
Binary 11011010 11110101 11111101 1110 11 0 1 11000010 1011010 1011100

Color Harmonies of #DAF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF5FD

Black with #DAF5FD

Text Example


Text Example

White with #DAF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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