#C0DAF1

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

Shades of Pattens Blue #C0DAF1

Tints of Pattens Blue #C0DAF1

Color information

#C0DAF1 (or 0xC0DAF1) is unknown color: approx Pattens Blue. HEX triplet: C0, DA and F1. RGB value is (192,218,241). Sum of RGB (Red+Green+Blue) = 192+218+241=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAF1 is #3F250E. Grayscale: #D4D4D4. Windows color (decimal): -4138255 or 15850176. OLE color: 15850176.

HSL color Cylindrical-coordinate representation of color #C0DAF1: hue angle of 208.16º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DAF1 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192218241-
CMYK0.200.1000.05
HSL208.16º63.64%84.9%-
HSV(B)208.16º20.33%94.51%-
XYZ62.6967.792.98-
YUV212.85143.89113.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.49%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=29.49%
G=33.49%
B=37.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922182410.200.1000.05208.1663.6484.9
HexC0DAF114A05d04055
Octal300332361241205320100125
Binary11000000110110101111000110100101001011101000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAF1; }

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

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

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

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

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

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

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

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