#C8E1EE

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

Shades of Pattens Blue #C8E1EE

Tints of Pattens Blue #C8E1EE

Color information

#C8E1EE (or 0xC8E1EE) is unknown color: approx Pattens Blue. HEX triplet: C8, E1 and EE. RGB value is (200,225,238). Sum of RGB (Red+Green+Blue) = 200+225+238=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8E1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E1EE is #371E11. Grayscale: #DADADA. Windows color (decimal): -3612178 or 15655368. OLE color: 15655368.

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

Color convert

RGB200225238-
CMYK0.160.0500.07
HSL200.53º52.78%85.88%-
HSV(B)200.53º15.97%93.33%-
XYZ66.1872.391.36-
YUV219.01138.72114.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.17%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=30.17%
G=33.94%
B=35.90%

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
Decimal2002252380.160.0500.07200.5352.7885.88
HexC8E1EE10507c93556
Octal3103413562050731165126
Binary110010001110000111101110100001010111110010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E1EE; }

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

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

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

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

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

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

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

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