Html Css Color HEX #DEFDFB Light Cyan

📋 copy color: '#DEFDFB'

red 222 ◦ green 253 ◦ blue 251

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

Shades of Light Cyan #DEFDFB

Tints of Light Cyan #DEFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.85%

 BLUE value IS 251 (98.44% from 255) = 34.57%

R = 30.58%
G = 34.85%
B = 34.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#DEFDFB (or 0xDEFDFB) is known color: Light Cyan. HEX triplet: DE, FD and FB. RGB value is (222,253,251). Sum of RGB (Red+Green+Blue) = 222+253+251=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDFB is #210204. Grayscale: #F3F3F3. Windows color (decimal): -2163205 or 16514526. OLE color: 16514526.

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

Color convert

RGB 222 253 251 -
CMYK 0.12 0 0.01 0.01
HSL 176.13º 0.89% 0.93% -
HSV(B) 176.13º 0.12% 0.99% -
XYZ 82.66 92.75 104.81 -
YUV 243.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 222 253 251 0.12 0 0.01 0.01 176.13 0.89 0.93
Hex DE FD FB C 0 1 1 B0 59 5D
Octal 336 375 373 14 0 1 1 260 131 135
Binary 11011110 11111101 11111011 1100 0 1 1 10110000 1011001 1011101

Color Harmonies of #DEFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDFB

Black with #DEFDFB

Text Example


Text Example

White with #DEFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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