#C4DEFB

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

Shades of Pattens Blue #C4DEFB

Tints of Pattens Blue #C4DEFB

Color information

#C4DEFB (or 0xC4DEFB) is unknown color: approx Pattens Blue. HEX triplet: C4, DE and FB. RGB value is (196,222,251). Sum of RGB (Red+Green+Blue) = 196+222+251=669 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.30% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEFB is #3B2104. Grayscale: #D9D9D9. Windows color (decimal): -3875077 or 16506564. OLE color: 16506564.

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

Color convert

RGB196222251-
CMYK0.220.1200.02
HSL211.64º87.3%87.65%-
HSV(B)211.64º21.91%98.43%-
XYZ66.370.94101.47-
YUV217.53146.89112.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.30%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=29.30%
G=33.18%
B=37.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962222510.220.1200.02211.6487.387.65
HexC4DEFB16C02d45758
Octal304336373261402324127130
Binary1100010011011110111110111011011000101101010010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DEFB; }

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

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

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

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

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

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

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

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