#C2DDEE

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

Shades of Pattens Blue #C2DDEE

Tints of Pattens Blue #C2DDEE

Color information

#C2DDEE (or 0xC2DDEE) is unknown color: approx Pattens Blue. HEX triplet: C2, DD and EE. RGB value is (194,221,238). Sum of RGB (Red+Green+Blue) = 194+221+238=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDEE is #3D2211. Grayscale: #D6D6D6. Windows color (decimal): -4006418 or 15654338. OLE color: 15654338.

HSL color Cylindrical-coordinate representation of color #C2DDEE: hue angle of 203.18º 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 #C2DDEE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194221238-
CMYK0.180.0700.07
HSL203.18º56.41%84.71%-
HSV(B)203.18º18.49%93.33%-
XYZ63.5469.3690.93-
YUV214.86141.05113.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=29.71%
G=33.84%
B=36.45%

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
Decimal1942212380.180.0700.07203.1856.4184.71
HexC2DDEE12707cb3855
Octal3023353562270731370125
Binary110000101101110111101110100101110111110010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDEE; }

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

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

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

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

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

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

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

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