#DEEEFB

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

Shades of Pattens Blue #DEEEFB

Tints of Pattens Blue #DEEEFB

Color information

#DEEEFB (or 0xDEEEFB) is unknown color: approx Pattens Blue. HEX triplet: DE, EE and FB. RGB value is (222,238,251). Sum of RGB (Red+Green+Blue) = 222+238+251=711 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.22% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEFB is #211104. Grayscale: #EAEAEA. Windows color (decimal): -2167045 or 16510686. OLE color: 16510686.

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

Color convert

RGB222238251-
CMYK0.120.0500.02
HSL206.9º78.38%92.75%-
HSV(B)206.9º11.55%98.43%-
XYZ78.1183.64103.29-
YUV234.7137.2118.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.22%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=31.22%
G=33.47%
B=35.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222382510.120.0500.02206.978.3892.75
HexDEEEFBC502cf4e5d
Octal33635637314502317116135
Binary11011110111011101111101111001010101100111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEFB; }

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

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

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

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

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

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

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

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