#C8DEEA

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

Shades of Pattens Blue #C8DEEA

Tints of Pattens Blue #C8DEEA

Color information

#C8DEEA (or 0xC8DEEA) is unknown color: approx Pattens Blue. HEX triplet: C8, DE and EA. RGB value is (200,222,234). Sum of RGB (Red+Green+Blue) = 200+222+234=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEA is #372115. Grayscale: #D8D8D8. Windows color (decimal): -3612950 or 15392456. OLE color: 15392456.

HSL color Cylindrical-coordinate representation of color #C8DEEA: hue angle of 201.18º degrees, saturation: 0.45, 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 #C8DEEA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200222234-
CMYK0.150.0500.08
HSL201.18º44.74%85.1%-
HSV(B)201.18º14.53%91.76%-
XYZ64.7970.4688.03-
YUV216.79137.71116.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=30.49%
G=33.84%
B=35.67%

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
Decimal2002222340.150.0500.08201.1844.7485.1
HexC8DEEAF508c92d55
Octal31033635217501031155125
Binary110010001101111011101010111110101000110010011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEEA; }

 p { color: rgb(200,222,234); }

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

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

 a { background-color: rgb(200,222,234); }

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

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

 span { border-color: rgb(200,222,234); }

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