#C8DAEB

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

Shades of Pattens Blue #C8DAEB

Tints of Pattens Blue #C8DAEB

Color information

#C8DAEB (or 0xC8DAEB) is unknown color: approx Pattens Blue. HEX triplet: C8, DA and EB. RGB value is (200,218,235). Sum of RGB (Red+Green+Blue) = 200+218+235=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAEB is #372514. Grayscale: #D6D6D6. Windows color (decimal): -3613973 or 15456968. OLE color: 15456968.

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

Color convert

RGB200218235-
CMYK0.150.0700.08
HSL209.14º46.67%85.29%-
HSV(B)209.14º14.89%92.16%-
XYZ63.8968.4288.44-
YUV214.56139.54117.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.63%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=30.63%
G=33.38%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002182350.150.0700.08209.1446.6785.29
HexC8DAEBF708d12f55
Octal31033235317701032157125
Binary110010001101101011101011111111101000110100011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DAEB; }

 p { color: rgb(200,218,235); }

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

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

 a { background-color: rgb(200,218,235); }

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

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

 span { border-color: rgb(200,218,235); }

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