#0984B7

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

Shades of Cerulean #0984B7

Tints of Cerulean #0984B7

Color information

#0984B7 (or 0x0984B7) is unknown color: approx Cerulean. HEX triplet: 09, 84 and B7. RGB value is (9,132,183). Sum of RGB (Red+Green+Blue) = 9+132+183=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #0984B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0984B7 is #F67B48. Grayscale: #646464. Windows color (decimal): -16153417 or 12026889. OLE color: 12026889.

HSL color Cylindrical-coordinate representation of color #0984B7: hue angle of 197.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0984B7 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9132183-
CMYK0.950.2800.28
HSL197.59º90.62%37.65%-
HSV(B)197.59º95.08%71.76%-
XYZ16.9119.9847.76-
YUV101.04174.2562.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.78%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 183 (71.88% from 255) = 56.48%
R=2.78%
G=40.74%
B=56.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal91321830.950.2800.28197.5990.6237.65
Hex984B75F1C01Cc65b26
Octal112042671373403430613346
Binary10011000010010110111101111111100011100110001101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0984B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0984B7; }

 p { color: rgb(9,132,183); }

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

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

 a { background-color: rgb(9,132,183); }

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

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

 span { border-color: rgb(9,132,183); }

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