#C2DEEE

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

Shades of Pattens Blue #C2DEEE

Tints of Pattens Blue #C2DEEE

Color information

#C2DEEE (or 0xC2DEEE) is unknown color: approx Pattens Blue. HEX triplet: C2, DE and EE. RGB value is (194,222,238). Sum of RGB (Red+Green+Blue) = 194+222+238=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEE is #3D2111. Grayscale: #D7D7D7. Windows color (decimal): -4006162 or 15654594. OLE color: 15654594.

HSL color Cylindrical-coordinate representation of color #C2DEEE: hue angle of 201.82º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DEEE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194222238-
CMYK0.180.0700.07
HSL201.82º56.41%84.71%-
HSV(B)201.82º18.49%93.33%-
XYZ63.869.8891.02-
YUV215.45140.72112.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.66%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=29.66%
G=33.94%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942222380.180.0700.07201.8256.4184.71
HexC2DEEE12707ca3855
Octal3023363562270731270125
Binary110000101101111011101110100101110111110010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEEE; }

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

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

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

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

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

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

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

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