#0883BA

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

Shades of Cerulean #0883BA

Tints of Cerulean #0883BA

Color information

#0883BA (or 0x0883BA) is unknown color: approx Cerulean. HEX triplet: 08, 83 and BA. RGB value is (8,131,186). Sum of RGB (Red+Green+Blue) = 8+131+186=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #0883BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0883BA is #F77C45. Grayscale: #646464. Windows color (decimal): -16219206 or 12223240. OLE color: 12223240.

HSL color Cylindrical-coordinate representation of color #0883BA: hue angle of 198.54º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0883BA is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8131186-
CMYK0.960.3000.27
HSL198.54º91.75%38.04%-
HSV(B)198.54º95.7%72.94%-
XYZ17.0819.8349.38-
YUV100.49176.2562.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=2.46%
G=40.31%
B=57.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81311860.960.3000.27198.5491.7538.04
Hex883BA601E01Bc75c26
Octal102032721403603330713446
Binary10001000001110111010110000011110011011110001111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0883BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0883BA; }

 p { color: rgb(8,131,186); }

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

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

 a { background-color: rgb(8,131,186); }

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

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

 span { border-color: rgb(8,131,186); }

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