#C2DEFB

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

Shades of Pattens Blue #C2DEFB

Tints of Pattens Blue #C2DEFB

Color information

#C2DEFB (or 0xC2DEFB) is unknown color: approx Pattens Blue. HEX triplet: C2, DE and FB. RGB value is (194,222,251). Sum of RGB (Red+Green+Blue) = 194+222+251=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEFB is #3D2104. Grayscale: #D8D8D8. Windows color (decimal): -4006149 or 16506562. OLE color: 16506562.

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

Color convert

RGB194222251-
CMYK0.230.1200.02
HSL210.53º87.69%87.25%-
HSV(B)210.53º22.71%98.43%-
XYZ65.7870.68101.44-
YUV216.93147.22111.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.09%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=29.09%
G=33.28%
B=37.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942222510.230.1200.02210.5387.6987.25
HexC2DEFB17C02d35857
Octal302336373271402323130127
Binary1100001011011110111110111011111000101101001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEFB; }

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

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

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

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

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

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

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

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