#C2DEEF

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

Shades of Pattens Blue #C2DEEF

Tints of Pattens Blue #C2DEEF

Color information

#C2DEEF (or 0xC2DEEF) is unknown color: approx Pattens Blue. HEX triplet: C2, DE and EF. RGB value is (194,222,239). Sum of RGB (Red+Green+Blue) = 194+222+239=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEF is #3D2110. Grayscale: #D7D7D7. Windows color (decimal): -4006161 or 15720130. OLE color: 15720130.

HSL color Cylindrical-coordinate representation of color #C2DEEF: hue angle of 202.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DEEF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194222239-
CMYK0.190.0700.06
HSL202.67º58.44%84.9%-
HSV(B)202.67º18.83%93.73%-
XYZ63.9569.9491.79-
YUV215.57141.22112.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.62%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=29.62%
G=33.89%
B=36.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942222390.190.0700.06202.6758.4484.9
HexC2DEEF13706cb3a55
Octal3023363572370631372125
Binary110000101101111011101111100111110110110010111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEEF; }

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

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

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

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

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

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

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

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