#C8DBEE

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

Shades of Pattens Blue #C8DBEE

Tints of Pattens Blue #C8DBEE

Color information

#C8DBEE (or 0xC8DBEE) is unknown color: approx Pattens Blue. HEX triplet: C8, DB and EE. RGB value is (200,219,238). Sum of RGB (Red+Green+Blue) = 200+219+238=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBEE is #372411. Grayscale: #D7D7D7. Windows color (decimal): -3613714 or 15653832. OLE color: 15653832.

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

Color convert

RGB200219238-
CMYK0.160.0800.07
HSL210º52.78%85.88%-
HSV(B)210º15.97%93.33%-
XYZ64.5869.1290.83-
YUV215.48140.71116.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=30.44%
G=33.33%
B=36.23%

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
Decimal2002192380.160.0800.0721052.7885.88
HexC8DBEE10807d23556
Octal31033335620100732265126
Binary1100100011011011111011101000010000111110100101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBEE; }

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

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

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

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

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

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

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

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