#C8DCEC

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

Shades of Pattens Blue #C8DCEC

Tints of Pattens Blue #C8DCEC

Color information

#C8DCEC (or 0xC8DCEC) is unknown color: approx Pattens Blue. HEX triplet: C8, DC and EC. RGB value is (200,220,236). Sum of RGB (Red+Green+Blue) = 200+220+236=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCEC is #372313. Grayscale: #D7D7D7. Windows color (decimal): -3613460 or 15523016. OLE color: 15523016.

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

Color convert

RGB200220236-
CMYK0.150.0700.07
HSL206.67º48.65%85.49%-
HSV(B)206.67º15.25%92.55%-
XYZ64.5569.5289.37-
YUV215.84139.37116.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=30.49%
G=33.54%
B=35.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002202360.150.0700.07206.6748.6585.49
HexC8DCECF707cf3155
Octal3103343541770731761125
Binary11001000110111001110110011111110111110011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCEC; }

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

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

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

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

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

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

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

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