Html Css Color HEX #008BB1 Bondi Blue

📋 copy color: '#008BB1'

red 0 ◦ green 139 ◦ blue 177

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

Shades of Bondi Blue #008BB1

Tints of Bondi Blue #008BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 56.01%

R = 0%
G = 43.99%
B = 56.01%

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

#008BB1 (or 0x008BB1) is known color: Bondi Blue. HEX triplet: 00, 8B and B1. RGB value is (0,139,177). Sum of RGB (Red+Green+Blue) = 0+139+177=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #008BB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BB1 is #FF744E. Grayscale: #656565. Windows color (decimal): -16741455 or 11635456. OLE color: 11635456.

HSL color Cylindrical-coordinate representation of color #008BB1: hue angle of 192.88º 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 #008BB1 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 139 177 -
CMYK 1 0.21 0 0.31
HSL 192.88º 1% 0.35% -
HSV(B) 192.88º 1% 0.69% -
XYZ 17.17 21.64 44.87 -
YUV 101.77 170.45 55.41 -
System Red Green Blue C M Y K H S L
Decimal 0 139 177 1 0.21 0 0.31 192.88 1 0.35
Hex 0 8B B1 64 15 0 1F C1 64 23
Octal 0 213 261 144 25 0 37 301 144 43
Binary 0 10001011 10110001 1100100 10101 0 11111 11000001 1100100 100011

Color Harmonies of #008BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BB1

Black with #008BB1

Text Example


Text Example

White with #008BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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