#C0DBF5

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

Shades of Pattens Blue #C0DBF5

Tints of Pattens Blue #C0DBF5

Color information

#C0DBF5 (or 0xC0DBF5) is unknown color: approx Pattens Blue. HEX triplet: C0, DB and F5. RGB value is (192,219,245). Sum of RGB (Red+Green+Blue) = 192+219+245=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0DBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBF5 is #3F240A. Grayscale: #D5D5D5. Windows color (decimal): -4137995 or 16112576. OLE color: 16112576.

HSL color Cylindrical-coordinate representation of color #C0DBF5: hue angle of 209.43º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0DBF5 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192219245-
CMYK0.220.1100.04
HSL209.43º72.6%85.69%-
HSV(B)209.43º21.63%96.08%-
XYZ63.5568.4696.25-
YUV213.89145.55112.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.27%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=29.27%
G=33.38%
B=37.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922192450.220.1100.04209.4372.685.69
HexC0DBF516B04d14956
Octal300333365261304321111126
Binary11000000110110111111010110110101101001101000110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBF5; }

 p { color: rgb(192,219,245); }

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

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

 a { background-color: rgb(192,219,245); }

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

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

 span { border-color: rgb(192,219,245); }

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