#0883BD

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

Shades of Bondi Blue #0883BD

Tints of Bondi Blue #0883BD

Color information

#0883BD (or 0x0883BD) is unknown color: approx Bondi Blue. HEX triplet: 08, 83 and BD. RGB value is (8,131,189). Sum of RGB (Red+Green+Blue) = 8+131+189=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #0883BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0883BD is #F77C42. Grayscale: #646464. Windows color (decimal): -16219203 or 12419848. OLE color: 12419848.

HSL color Cylindrical-coordinate representation of color #0883BD: hue angle of 199.23º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0883BD is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8131189-
CMYK0.960.3100.26
HSL199.23º91.88%38.63%-
HSV(B)199.23º95.77%74.12%-
XYZ17.419.9651.08-
YUV100.83177.7561.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.44%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=2.44%
G=39.94%
B=57.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81311890.960.3100.26199.2391.8838.63
Hex883BD601F01Ac75c27
Octal102032751403703230713447
Binary10001000001110111101110000011111011010110001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0883BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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