#C0E0F9

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

Shades of Pattens Blue #C0E0F9

Tints of Pattens Blue #C0E0F9

Color information

#C0E0F9 (or 0xC0E0F9) is unknown color: approx Pattens Blue. HEX triplet: C0, E0 and F9. RGB value is (192,224,249). Sum of RGB (Red+Green+Blue) = 192+224+249=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0E0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E0F9 is #3F1F06. Grayscale: #D9D9D9. Windows color (decimal): -4136711 or 16376000. OLE color: 16376000.

HSL color Cylindrical-coordinate representation of color #C0E0F9: hue angle of 206.32º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0E0F9 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192224249-
CMYK0.230.1000.02
HSL206.32º82.61%86.47%-
HSV(B)206.32º22.89%97.65%-
XYZ65.4971.3699.94-
YUV217.28145.9109.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.87%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=28.87%
G=33.68%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922242490.230.1000.02206.3282.6186.47
HexC0E0F917A02ce5356
Octal300340371271202316123126
Binary1100000011100000111110011011110100101100111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E0F9; }

 p { color: rgb(192,224,249); }

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

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

 a { background-color: rgb(192,224,249); }

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

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

 span { border-color: rgb(192,224,249); }

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