#C8DCEA

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

Shades of Pattens Blue #C8DCEA

Tints of Pattens Blue #C8DCEA

Color information

#C8DCEA (or 0xC8DCEA) is unknown color: approx Pattens Blue. HEX triplet: C8, DC and EA. RGB value is (200,220,234). Sum of RGB (Red+Green+Blue) = 200+220+234=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCEA is #372315. Grayscale: #D7D7D7. Windows color (decimal): -3613462 or 15391944. OLE color: 15391944.

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

Color convert

RGB200220234-
CMYK0.150.0600.08
HSL204.71º44.74%85.1%-
HSV(B)204.71º14.53%91.76%-
XYZ64.2669.4187.85-
YUV215.62138.37116.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.58%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=30.58%
G=33.64%
B=35.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002202340.150.0600.08204.7144.7485.1
HexC8DCEAF608cd2d55
Octal31033435217601031555125
Binary110010001101110011101010111111001000110011011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCEA; }

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

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

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

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

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

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

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

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