#C0D9EA

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

Shades of Pattens Blue #C0D9EA

Tints of Pattens Blue #C0D9EA

Color information

#C0D9EA (or 0xC0D9EA) is unknown color: approx Pattens Blue. HEX triplet: C0, D9 and EA. RGB value is (192,217,234). Sum of RGB (Red+Green+Blue) = 192+217+234=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D9EA is #3F2615. Grayscale: #D3D3D3. Windows color (decimal): -4138518 or 15391168. OLE color: 15391168.

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

Color convert

RGB192217234-
CMYK0.180.0700.08
HSL204.29º50%83.53%-
HSV(B)204.29º17.95%91.76%-
XYZ61.466.7787.49-
YUV211.46140.72114.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.86%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=29.86%
G=33.75%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922172340.180.0700.08204.295083.53
HexC0D9EA12708cc3254
Octal30033135222701031462124
Binary1100000011011001111010101001011101000110011001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D9EA; }

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

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

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

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

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

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

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

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