#C8DAEC

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

Shades of Pattens Blue #C8DAEC

Tints of Pattens Blue #C8DAEC

Color information

#C8DAEC (or 0xC8DAEC) is unknown color: approx Pattens Blue. HEX triplet: C8, DA and EC. RGB value is (200,218,236). Sum of RGB (Red+Green+Blue) = 200+218+236=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAEC is #372513. Grayscale: #D6D6D6. Windows color (decimal): -3613972 or 15522504. OLE color: 15522504.

HSL color Cylindrical-coordinate representation of color #C8DAEC: hue angle of 210º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DAEC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200218236-
CMYK0.150.0800.07
HSL210º48.65%85.49%-
HSV(B)210º15.25%92.55%-
XYZ64.0368.4889.2-
YUV214.67140.04117.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.58%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=30.58%
G=33.33%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002182360.150.0800.0721048.6585.49
HexC8DAECF807d23155
Octal31033235417100732261125
Binary110010001101101011101100111110000111110100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DAEC; }

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

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

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

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

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

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

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

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