#DEF4FA

Color #DEF4FA Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DEF4FA

Tints of Light Cyan #DEF4FA

Color information

#DEF4FA (or 0xDEF4FA) is unknown color: approx Light Cyan. HEX triplet: DE, F4 and FA. RGB value is (222,244,250). Sum of RGB (Red+Green+Blue) = 222+244+250=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF4FA is #210B05. Grayscale: #EEEEEE. Windows color (decimal): -2165510 or 16446686. OLE color: 16446686.

HSL color Cylindrical-coordinate representation of color #DEF4FA: hue angle of 192.86º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF4FA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222244250-
CMYK0.110.0200.02
HSL192.86º73.68%92.55%-
HSV(B)192.86º11.2%98.04%-
XYZ79.7387.13103.06-
YUV238.11134.71116.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.01%
GREEN value IS 244 (95.70% from 255) = 34.08%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=31.01%
G=34.08%
B=34.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222442500.110.0200.02192.8673.6892.55
HexDEF4FAB202c14a5d
Octal33636437213202301112135
Binary1101111011110100111110101011100101100000110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4FA; }

 p { color: rgb(222,244,250); }

 H1.HeaderClassName
 {
   color: #DEF4FA;
 }
 .AnyTagClassName
 {
   color: #DEF4FA;
 }
</style>
background-color css

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

 a { background-color: rgb(222,244,250); }

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

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

 span { border-color: rgb(222,244,250); }

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