#C0DAEF

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

Shades of Pattens Blue #C0DAEF

Tints of Pattens Blue #C0DAEF

Color information

#C0DAEF (or 0xC0DAEF) is unknown color: approx Pattens Blue. HEX triplet: C0, DA and EF. RGB value is (192,218,239). Sum of RGB (Red+Green+Blue) = 192+218+239=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAEF is #3F2510. Grayscale: #D4D4D4. Windows color (decimal): -4138257 or 15719104. OLE color: 15719104.

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

Color convert

RGB192218239-
CMYK0.200.0900.06
HSL206.81º59.49%84.51%-
HSV(B)206.81º19.67%93.73%-
XYZ62.3967.5891.42-
YUV212.62142.89113.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=29.58%
G=33.59%
B=36.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922182390.200.0900.06206.8159.4984.51
HexC0DAEF14906cf3b55
Octal30033235724110631773125
Binary1100000011011010111011111010010010110110011111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAEF; }

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

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

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

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

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

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

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

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