#C6E0EE

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

Shades of Pattens Blue #C6E0EE

Tints of Pattens Blue #C6E0EE

Color information

#C6E0EE (or 0xC6E0EE) is unknown color: approx Pattens Blue. HEX triplet: C6, E0 and EE. RGB value is (198,224,238). Sum of RGB (Red+Green+Blue) = 198+224+238=660 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E0EE is #391F11. Grayscale: #D9D9D9. Windows color (decimal): -3743506 or 15655110. OLE color: 15655110.

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

Color convert

RGB198224238-
CMYK0.170.0600.07
HSL201º54.05%85.49%-
HSV(B)201º16.81%93.33%-
XYZ65.3871.4991.24-
YUV217.82139.39113.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=30%
G=33.94%
B=36.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982242380.170.0600.0720154.0585.49
HexC6E0EE11607c93655
Octal3063403562160731166125
Binary110001101110000011101110100011100111110010011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E0EE; }

 p { color: rgb(198,224,238); }

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

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

 a { background-color: rgb(198,224,238); }

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

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

 span { border-color: rgb(198,224,238); }

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