#C8E2EE

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

Shades of Pattens Blue #C8E2EE

Tints of Pattens Blue #C8E2EE

Color information

#C8E2EE (or 0xC8E2EE) is unknown color: approx Pattens Blue. HEX triplet: C8, E2 and EE. RGB value is (200,226,238). Sum of RGB (Red+Green+Blue) = 200+226+238=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8E2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E2EE is #371D11. Grayscale: #DBDBDB. Windows color (decimal): -3611922 or 15655624. OLE color: 15655624.

HSL color Cylindrical-coordinate representation of color #C8E2EE: hue angle of 198.95º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E2EE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200226238-
CMYK0.160.0500.07
HSL198.95º52.78%85.88%-
HSV(B)198.95º15.97%93.33%-
XYZ66.4572.8591.45-
YUV219.59138.39114.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.12%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=30.12%
G=34.04%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002262380.160.0500.07198.9552.7885.88
HexC8E2EE10507c73556
Octal3103423562050730765126
Binary110010001110001011101110100001010111110001111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E2EE; }

 p { color: rgb(200,226,238); }

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

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

 a { background-color: rgb(200,226,238); }

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

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

 span { border-color: rgb(200,226,238); }

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