#C8DBED

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

Shades of Pattens Blue #C8DBED

Tints of Pattens Blue #C8DBED

Color information

#C8DBED (or 0xC8DBED) is unknown color: approx Pattens Blue. HEX triplet: C8, DB and ED. RGB value is (200,219,237). Sum of RGB (Red+Green+Blue) = 200+219+237=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBED is #372412. Grayscale: #D7D7D7. Windows color (decimal): -3613715 or 15588296. OLE color: 15588296.

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

Color convert

RGB200219237-
CMYK0.160.0800.07
HSL209.19º50.68%85.69%-
HSV(B)209.19º15.61%92.94%-
XYZ64.4469.0690.05-
YUV215.37140.21117.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=30.49%
G=33.38%
B=36.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002192370.160.0800.07209.1950.6885.69
HexC8DBED10807d13356
Octal31033335520100732163126
Binary1100100011011011111011011000010000111110100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBED; }

 p { color: rgb(200,219,237); }

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

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

 a { background-color: rgb(200,219,237); }

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

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

 span { border-color: rgb(200,219,237); }

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