#C8E0EB

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

Shades of Pattens Blue #C8E0EB

Tints of Pattens Blue #C8E0EB

Color information

#C8E0EB (or 0xC8E0EB) is unknown color: approx Pattens Blue. HEX triplet: C8, E0 and EB. RGB value is (200,224,235). Sum of RGB (Red+Green+Blue) = 200+224+235=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E0EB is #371F14. Grayscale: #DADADA. Windows color (decimal): -3612437 or 15458504. OLE color: 15458504.

HSL color Cylindrical-coordinate representation of color #C8E0EB: hue angle of 198.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8E0EB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200224235-
CMYK0.150.0500.08
HSL198.86º46.67%85.29%-
HSV(B)198.86º14.89%92.16%-
XYZ65.4771.5988.96-
YUV218.08137.55115.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.35%
GREEN value IS 224 (87.89% from 255) = 33.99%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=30.35%
G=33.99%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002242350.150.0500.08198.8646.6785.29
HexC8E0EBF508c72f55
Octal31034035317501030757125
Binary110010001110000011101011111110101000110001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E0EB; }

 p { color: rgb(200,224,235); }

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

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

 a { background-color: rgb(200,224,235); }

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

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

 span { border-color: rgb(200,224,235); }

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