Html Css Color HEX #008BB0 Bondi Blue

📋 copy color: '#008BB0'

red 0 ◦ green 139 ◦ blue 176

#008BB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #008BB0

Tints of Bondi Blue #008BB0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 44.13%

 BLUE value IS 176 (69.14% from 255) = 55.87%

R = 0%
G = 44.13%
B = 55.87%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#008BB0 (or 0x008BB0) is known color: Bondi Blue. HEX triplet: 00, 8B and B0. RGB value is (0,139,176). Sum of RGB (Red+Green+Blue) = 0+139+176=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #008BB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BB0 is #FF744F. Grayscale: #656565. Windows color (decimal): -16741456 or 11569920. OLE color: 11569920.

HSL color Cylindrical-coordinate representation of color #008BB0: hue angle of 192.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BB0 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 139 176 -
CMYK 1 0.21 0 0.31
HSL 192.61º 1% 0.35% -
HSV(B) 192.61º 1% 0.69% -
XYZ 17.07 21.6 44.34 -
YUV 101.66 169.95 55.49 -
System Red Green Blue C M Y K H S L
Decimal 0 139 176 1 0.21 0 0.31 192.61 1 0.35
Hex 0 8B B0 64 15 0 1F C1 64 23
Octal 0 213 260 144 25 0 37 301 144 43
Binary 0 10001011 10110000 1100100 10101 0 11111 11000001 1100100 100011

Color Harmonies of #008BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BB0

Black with #008BB0

Text Example


Text Example

White with #008BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008BB0; }

 p { color: rgb(0,139,176); }

 H1.HeaderClassName
 {
   color: #008BB0;
 }
 .AnyTagClassName
 {
   color: #008BB0;
 }
</style>

background-color css

<style>
 a { background-color: #008BB0; }

 a { background-color: rgb(0,139,176); }

 div.DivClassName
 {
   background-color: #008BB0;
 }
 .BgClassName
 {
   background-color: #008BB0;
 }
</style>

border-color css

<style>
 span { border-color: #008BB0; }

 span { border-color: rgb(0,139,176); }

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