#C8E0EE

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

Shades of Pattens Blue #C8E0EE

Tints of Pattens Blue #C8E0EE

Color information

#C8E0EE (or 0xC8E0EE) is unknown color: approx Pattens Blue. HEX triplet: C8, E0 and EE. RGB value is (200,224,238). Sum of RGB (Red+Green+Blue) = 200+224+238=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E0EE is #371F11. Grayscale: #DADADA. Windows color (decimal): -3612434 or 15655112. OLE color: 15655112.

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

Color convert

RGB200224238-
CMYK0.160.0600.07
HSL202.11º52.78%85.88%-
HSV(B)202.11º15.97%93.33%-
XYZ65.9171.7691.27-
YUV218.42139.05114.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.21%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=30.21%
G=33.84%
B=35.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002242380.160.0600.07202.1152.7885.88
HexC8E0EE10607ca3556
Octal3103403562060731265126
Binary110010001110000011101110100001100111110010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E0EE; }

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

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

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

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

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

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

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

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