Html Css Color HEX #008BAE Bondi Blue

📋 copy color: '#008BAE'

red 0 ◦ green 139 ◦ blue 174

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

Shades of Bondi Blue #008BAE

Tints of Bondi Blue #008BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 0%
G = 44.41%
B = 55.59%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#008BAE (or 0x008BAE) is known color: Bondi Blue. HEX triplet: 00, 8B and AE. RGB value is (0,139,174). Sum of RGB (Red+Green+Blue) = 0+139+174=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #008BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BAE is #FF7451. Grayscale: #656565. Windows color (decimal): -16741458 or 11438848. OLE color: 11438848.

HSL color Cylindrical-coordinate representation of color #008BAE: hue angle of 192.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BAE is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 139 174 -
CMYK 1 0.20 0 0.32
HSL 192.07º 1% 0.34% -
HSV(B) 192.07º 1% 0.68% -
XYZ 16.87 21.52 43.31 -
YUV 101.43 168.95 55.65 -
System Red Green Blue C M Y K H S L
Decimal 0 139 174 1 0.20 0 0.32 192.07 1 0.34
Hex 0 8B AE 64 14 0 20 C0 64 22
Octal 0 213 256 144 24 0 40 300 144 42
Binary 0 10001011 10101110 1100100 10100 0 100000 11000000 1100100 100010

Color Harmonies of #008BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BAE

Black with #008BAE

Text Example


Text Example

White with #008BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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