#C0DBEF

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

Shades of Pattens Blue #C0DBEF

Tints of Pattens Blue #C0DBEF

Color information

#C0DBEF (or 0xC0DBEF) is unknown color: approx Pattens Blue. HEX triplet: C0, DB and EF. RGB value is (192,219,239). Sum of RGB (Red+Green+Blue) = 192+219+239=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBEF is #3F2410. Grayscale: #D5D5D5. Windows color (decimal): -4138001 or 15719360. OLE color: 15719360.

HSL color Cylindrical-coordinate representation of color #C0DBEF: hue angle of 205.53º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DBEF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192219239-
CMYK0.200.0800.06
HSL205.53º59.49%84.51%-
HSV(B)205.53º19.67%93.73%-
XYZ62.6568.191.5-
YUV213.21142.55112.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.54%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=29.54%
G=33.69%
B=36.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922192390.200.0800.06205.5359.4984.51
HexC0DBEF14806ce3b55
Octal30033335724100631673125
Binary1100000011011011111011111010010000110110011101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBEF; }

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

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

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

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

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

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

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

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