#C8DEEB

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

Shades of Pattens Blue #C8DEEB

Tints of Pattens Blue #C8DEEB

Color information

#C8DEEB (or 0xC8DEEB) is unknown color: approx Pattens Blue. HEX triplet: C8, DE and EB. RGB value is (200,222,235). Sum of RGB (Red+Green+Blue) = 200+222+235=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEB is #372114. Grayscale: #D8D8D8. Windows color (decimal): -3612949 or 15457992. OLE color: 15457992.

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

Color convert

RGB200222235-
CMYK0.150.0600.08
HSL202.29º46.67%85.29%-
HSV(B)202.29º14.89%92.16%-
XYZ64.9470.5288.79-
YUV216.9138.21115.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=30.44%
G=33.79%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002222350.150.0600.08202.2946.6785.29
HexC8DEEBF608ca2f55
Octal31033635317601031257125
Binary110010001101111011101011111111001000110010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEEB; }

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

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

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

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

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

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

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

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