#C0D9EB

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

Shades of Pattens Blue #C0D9EB

Tints of Pattens Blue #C0D9EB

Color information

#C0D9EB (or 0xC0D9EB) is unknown color: approx Pattens Blue. HEX triplet: C0, D9 and EB. RGB value is (192,217,235). Sum of RGB (Red+Green+Blue) = 192+217+235=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D9EB is #3F2614. Grayscale: #D3D3D3. Windows color (decimal): -4138517 or 15456704. OLE color: 15456704.

HSL color Cylindrical-coordinate representation of color #C0D9EB: hue angle of 205.12º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D9EB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192217235-
CMYK0.180.0800.08
HSL205.12º51.81%83.73%-
HSV(B)205.12º18.3%92.16%-
XYZ61.5566.8388.25-
YUV211.58141.22114.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.81%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=29.81%
G=33.70%
B=36.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922172350.180.0800.08205.1251.8183.73
HexC0D9EB12808cd3454
Octal300331353221001031564124
Binary11000000110110011110101110010100001000110011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D9EB; }

 p { color: rgb(192,217,235); }

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

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

 a { background-color: rgb(192,217,235); }

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

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

 span { border-color: rgb(192,217,235); }

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