Html Css Color HEX #008ABB Bondi Blue

📋 copy color: '#008ABB'

red 0 ◦ green 138 ◦ blue 187

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

Shades of Bondi Blue #008ABB

Tints of Bondi Blue #008ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 0%
G = 42.46%
B = 57.54%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#008ABB (or 0x008ABB) is known color: Bondi Blue. HEX triplet: 00, 8A and BB. RGB value is (0,138,187). Sum of RGB (Red+Green+Blue) = 0+138+187=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #008ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ABB is #FF7544. Grayscale: #656565. Windows color (decimal): -16741701 or 12290560. OLE color: 12290560.

HSL color Cylindrical-coordinate representation of color #008ABB: hue angle of 195.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ABB is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 138 187 -
CMYK 1 0.26 0 0.27
HSL 195.72º 1% 0.37% -
HSV(B) 195.72º 1% 0.73% -
XYZ 18.06 21.76 50.26 -
YUV 102.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 0 138 187 1 0.26 0 0.27 195.72 1 0.37
Hex 0 8A BB 64 1A 0 1B C4 64 25
Octal 0 212 273 144 32 0 33 304 144 45
Binary 0 10001010 10111011 1100100 11010 0 11011 11000100 1100100 100101

Color Harmonies of #008ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ABB

Black with #008ABB

Text Example


Text Example

White with #008ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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