Html Css Color HEX #DEFCF9 Light Cyan

📋 copy color: '#DEFCF9'

red 222 ◦ green 252 ◦ blue 249

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

Shades of Light Cyan #DEFCF9

Tints of Light Cyan #DEFCF9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.85%

 BLUE value IS 249 (97.66% from 255) = 34.44%

R = 30.71%
G = 34.85%
B = 34.44%

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

#DEFCF9 (or 0xDEFCF9) is known color: Light Cyan. HEX triplet: DE, FC and F9. RGB value is (222,252,249). Sum of RGB (Red+Green+Blue) = 222+252+249=723 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.71% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCF9 is #210306. Grayscale: #F2F2F2. Windows color (decimal): -2163463 or 16383198. OLE color: 16383198.

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

Color convert

RGB 222 252 249 -
CMYK 0.12 0 0.01 0.01
HSL 174º 0.83% 0.93% -
HSV(B) 174º 0.12% 0.99% -
XYZ 82.03 91.99 103.05 -
YUV 242.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 222 252 249 0.12 0 0.01 0.01 174 0.83 0.93
Hex DE FC F9 C 0 1 1 AE 53 5D
Octal 336 374 371 14 0 1 1 256 123 135
Binary 11011110 11111100 11111001 1100 0 1 1 10101110 1010011 1011101

Color Harmonies of #DEFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCF9

Black with #DEFCF9

Text Example


Text Example

White with #DEFCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCF9; }

 p { color: rgb(222,252,249); }

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

background-color css

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

 a { background-color: rgb(222,252,249); }

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

border-color css

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

 span { border-color: rgb(222,252,249); }

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