#DEF0FB

Color #DEF0FB Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DEF0FB

Tints of Pattens Blue #DEF0FB

Color information

#DEF0FB (or 0xDEF0FB) is unknown color: approx Pattens Blue. HEX triplet: DE, F0 and FB. RGB value is (222,240,251). Sum of RGB (Red+Green+Blue) = 222+240+251=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0FB is #210F04. Grayscale: #EBEBEB. Windows color (decimal): -2166533 or 16511198. OLE color: 16511198.

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

Color convert

RGB222240251-
CMYK0.120.0400.02
HSL202.76º78.38%92.75%-
HSV(B)202.76º11.55%98.43%-
XYZ78.784.81103.49-
YUV235.87136.54118.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.14%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=31.14%
G=33.66%
B=35.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222402510.120.0400.02202.7678.3892.75
HexDEF0FBC402cb4e5d
Octal33636037314402313116135
Binary11011110111100001111101111001000101100101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0FB; }

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

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

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

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

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

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

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

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