Html Css Color HEX #DEF5FD Light Cyan

📋 copy color: '#DEF5FD'

red 222 ◦ green 245 ◦ blue 253

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

Shades of Light Cyan #DEF5FD

Tints of Light Cyan #DEF5FD

RGB

 RED value IS 222 (87.11% from 255) = 30.83%

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

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

R = 30.83%
G = 34.03%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEF5FD (or 0xDEF5FD) is known color: Light Cyan. HEX triplet: DE, F5 and FD. RGB value is (222,245,253). Sum of RGB (Red+Green+Blue) = 222+245+253=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5FD is #210A02. Grayscale: #EEEEEE. Windows color (decimal): -2165251 or 16643550. OLE color: 16643550.

HSL color Cylindrical-coordinate representation of color #DEF5FD: hue angle of 195.48º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF5FD is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 245 253 -
CMYK 0.12 0.03 0 0.01
HSL 195.48º 0.89% 0.93% -
HSV(B) 195.48º 0.12% 0.99% -
XYZ 80.51 87.93 105.66 -
YUV 239.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 222 245 253 0.12 0.03 0 0.01 195.48 0.89 0.93
Hex DE F5 FD C 3 0 1 C3 59 5D
Octal 336 365 375 14 3 0 1 303 131 135
Binary 11011110 11110101 11111101 1100 11 0 1 11000011 1011001 1011101

Color Harmonies of #DEF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF5FD

Black with #DEF5FD

Text Example


Text Example

White with #DEF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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