Html Css Color HEX #008AB1 Bondi Blue

📋 copy color: '#008AB1'

red 0 ◦ green 138 ◦ blue 177

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

Shades of Bondi Blue #008AB1

Tints of Bondi Blue #008AB1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

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

R = 0%
G = 43.81%
B = 56.19%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#008AB1 (or 0x008AB1) is known color: Bondi Blue. HEX triplet: 00, 8A and B1. RGB value is (0,138,177). Sum of RGB (Red+Green+Blue) = 0+138+177=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #008AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AB1 is #FF754E. Grayscale: #646464. Windows color (decimal): -16741711 or 11635200. OLE color: 11635200.

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

Color convert

RGB 0 138 177 -
CMYK 1 0.22 0 0.31
HSL 193.22º 1% 0.35% -
HSV(B) 193.22º 1% 0.69% -
XYZ 17.02 21.35 44.82 -
YUV 101.18 170.78 55.83 -
System Red Green Blue C M Y K H S L
Decimal 0 138 177 1 0.22 0 0.31 193.22 1 0.35
Hex 0 8A B1 64 16 0 1F C1 64 23
Octal 0 212 261 144 26 0 37 301 144 43
Binary 0 10001010 10110001 1100100 10110 0 11111 11000001 1100100 100011

Color Harmonies of #008AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008AB1

Black with #008AB1

Text Example


Text Example

White with #008AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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