#0980BE

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

Shades of Cerulean #0980BE

Tints of Cerulean #0980BE

Color information

#0980BE (or 0x0980BE) is unknown color: approx Cerulean. HEX triplet: 09, 80 and BE. RGB value is (9,128,190). Sum of RGB (Red+Green+Blue) = 9+128+190=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0980BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980BE is #F67F41. Grayscale: #636363. Windows color (decimal): -16154434 or 12484617. OLE color: 12484617.

HSL color Cylindrical-coordinate representation of color #0980BE: hue angle of 200.55º 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 #0980BE is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9128190-
CMYK0.950.3300.25
HSL200.55º90.95%39.02%-
HSV(B)200.55º95.26%74.51%-
XYZ17.1319.2151.52-
YUV99.49179.0863.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.75%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=2.75%
G=39.14%
B=58.10%

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
Decimal91281900.950.3300.25200.5590.9539.02
Hex980BE5F21019c95b27
Octal112002761374103131113347
Binary100110000000101111101011111100001011001110010011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0980BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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