#DEF2FB

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

Shades of Pattens Blue #DEF2FB

Tints of Pattens Blue #DEF2FB

Color information

#DEF2FB (or 0xDEF2FB) is unknown color: approx Pattens Blue. HEX triplet: DE, F2 and FB. RGB value is (222,242,251). Sum of RGB (Red+Green+Blue) = 222+242+251=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2FB is #210D04. Grayscale: #ECECEC. Windows color (decimal): -2166021 or 16511710. OLE color: 16511710.

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

Color convert

RGB222242251-
CMYK0.120.0400.02
HSL198.62º78.38%92.75%-
HSV(B)198.62º11.55%98.43%-
XYZ79.2986103.69-
YUV237.05135.87117.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.05%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=31.05%
G=33.85%
B=35.10%

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
Decimal2222422510.120.0400.02198.6278.3892.75
HexDEF2FBC402c74e5d
Octal33636237314402307116135
Binary11011110111100101111101111001000101100011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2FB; }

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

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

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

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

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

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

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

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