Html Css Color HEX #DEF2F6 Light Cyan

📋 copy color: '#DEF2F6'

red 222 ◦ green 242 ◦ blue 246

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

Shades of Light Cyan #DEF2F6

Tints of Light Cyan #DEF2F6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.08%

 BLUE value IS 246 (96.48% from 255) = 34.65%

R = 31.27%
G = 34.08%
B = 34.65%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEF2F6 (or 0xDEF2F6) is known color: Light Cyan. HEX triplet: DE, F2 and F6. RGB value is (222,242,246). Sum of RGB (Red+Green+Blue) = 222+242+246=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEF2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2F6 is #210D09. Grayscale: #ECECEC. Windows color (decimal): -2166026 or 16184030. OLE color: 16184030.

HSL color Cylindrical-coordinate representation of color #DEF2F6: hue angle of 190º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF2F6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 242 246 -
CMYK 0.10 0.02 0 0.04
HSL 190º 0.57% 0.92% -
HSV(B) 190º 0.1% 0.96% -
XYZ 78.51 85.69 99.59 -
YUV 236.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 222 242 246 0.10 0.02 0 0.04 190 0.57 0.92
Hex DE F2 F6 A 2 0 4 BE 39 5C
Octal 336 362 366 12 2 0 4 276 71 134
Binary 11011110 11110010 11110110 1010 10 0 100 10111110 111001 1011100

Color Harmonies of #DEF2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2F6

Black with #DEF2F6

Text Example


Text Example

White with #DEF2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2F6; }

 p { color: rgb(222,242,246); }

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

background-color css

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

 a { background-color: rgb(222,242,246); }

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

border-color css

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

 span { border-color: rgb(222,242,246); }

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