#0980C0

Color #0980C0 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0980C0

Tints of Cerulean #0980C0

Color information

#0980C0 (or 0x0980C0) is unknown color: approx Cerulean. HEX triplet: 09, 80 and C0. RGB value is (9,128,192). Sum of RGB (Red+Green+Blue) = 9+128+192=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #0980C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980C0 is #F67F3F. Grayscale: #636363. Windows color (decimal): -16154432 or 12615689. OLE color: 12615689.

HSL color Cylindrical-coordinate representation of color #0980C0: hue angle of 200.98º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0980C0 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9128192-
CMYK0.950.3300.25
HSL200.98º91.04%39.41%-
HSV(B)200.98º95.31%75.29%-
XYZ17.3519.352.68-
YUV99.72180.0863.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.74%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 192 (75.39% from 255) = 58.36%
R=2.74%
G=38.91%
B=58.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91281920.950.3300.25200.9891.0439.41
Hex980C05F21019c95b27
Octal112003001374103131113347
Binary100110000000110000001011111100001011001110010011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0980C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0980C0; }

 p { color: rgb(9,128,192); }

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

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

 a { background-color: rgb(9,128,192); }

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

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

 span { border-color: rgb(9,128,192); }

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