#0977BB

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

Shades of Cerulean #0977BB

Tints of Cerulean #0977BB

Color information

#0977BB (or 0x0977BB) is unknown color: approx Cerulean. HEX triplet: 09, 77 and BB. RGB value is (9,119,187). Sum of RGB (Red+Green+Blue) = 9+119+187=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #0977BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0977BB is #F68844. Grayscale: #5D5D5D. Windows color (decimal): -16156741 or 12285705. OLE color: 12285705.

HSL color Cylindrical-coordinate representation of color #0977BB: hue angle of 202.92º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0977BB is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9119187-
CMYK0.950.3600.27
HSL202.92º90.82%38.43%-
HSV(B)202.92º95.19%73.33%-
XYZ15.6816.8449.44-
YUV93.86180.5667.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=2.86%
G=37.78%
B=59.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91191870.950.3600.27202.9290.8238.43
Hex977BB5F2401Bcb5b26
Octal111672731374403331313346
Binary10011110111101110111011111100100011011110010111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0977BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0977BB; }

 p { color: rgb(9,119,187); }

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

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

 a { background-color: rgb(9,119,187); }

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

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

 span { border-color: rgb(9,119,187); }

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