#DEFAFB

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

Shades of Light Cyan #DEFAFB

Tints of Light Cyan #DEFAFB

Color information

#DEFAFB (or 0xDEFAFB) is unknown color: approx Light Cyan. HEX triplet: DE, FA and FB. RGB value is (222,250,251). Sum of RGB (Red+Green+Blue) = 222+250+251=723 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.71% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEFAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAFB is #210504. Grayscale: #F1F1F1. Windows color (decimal): -2163973 or 16513758. OLE color: 16513758.

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

Color convert

RGB222250251-
CMYK0.120.0000.02
HSL182.07º78.38%92.75%-
HSV(B)182.07º11.55%98.43%-
XYZ81.7290.87104.5-
YUV241.74133.22113.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.71%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 251 (98.44% from 255) = 34.72%
R=30.71%
G=34.58%
B=34.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502510.120.0000.02182.0778.3892.75
HexDEFAFBC002b64e5d
Octal33637237314002266116135
Binary110111101111101011111011110000101011011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAFB; }

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

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

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

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

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

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

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

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