#C8D8E3

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

Shades of Pattens Blue #C8D8E3

Tints of Pattens Blue #C8D8E3

Color information

#C8D8E3 (or 0xC8D8E3) is unknown color: approx Pattens Blue. HEX triplet: C8, D8 and E3. RGB value is (200,216,227). Sum of RGB (Red+Green+Blue) = 200+216+227=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8D8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8E3 is #37271C. Grayscale: #D4D4D4. Windows color (decimal): -3614493 or 14932168. OLE color: 14932168.

HSL color Cylindrical-coordinate representation of color #C8D8E3: hue angle of 204.44º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D8E3 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200216227-
CMYK0.120.0500.11
HSL204.44º32.53%83.73%-
HSV(B)204.44º11.89%89.02%-
XYZ62.2466.9482.31-
YUV212.47136.2119.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 227 (89.06% from 255) = 35.30%
R=31.10%
G=33.59%
B=35.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2002162270.120.0500.11204.4432.5383.73
HexC8D8E3C50Bcc2154
Octal31033034314501331441124
Binary110010001101100011100011110010101011110011001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D8E3; }

 p { color: rgb(200,216,227); }

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

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

 a { background-color: rgb(200,216,227); }

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

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

 span { border-color: rgb(200,216,227); }

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