Html Css Color HEX #008ABD Bondi Blue

📋 copy color: '#008ABD'

red 0 ◦ green 138 ◦ blue 189

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

Shades of Bondi Blue #008ABD

Tints of Bondi Blue #008ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 0%
G = 42.2%
B = 57.8%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#008ABD (or 0x008ABD) is known color: Bondi Blue. HEX triplet: 00, 8A and BD. RGB value is (0,138,189). Sum of RGB (Red+Green+Blue) = 0+138+189=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #008ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ABD is #FF7542. Grayscale: #666666. Windows color (decimal): -16741699 or 12421632. OLE color: 12421632.

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

Color convert

RGB 0 138 189 -
CMYK 1 0.27 0 0.26
HSL 196.19º 1% 0.37% -
HSV(B) 196.19º 1% 0.74% -
XYZ 18.27 21.85 51.4 -
YUV 102.55 176.78 54.85 -
System Red Green Blue C M Y K H S L
Decimal 0 138 189 1 0.27 0 0.26 196.19 1 0.37
Hex 0 8A BD 64 1B 0 1A C4 64 25
Octal 0 212 275 144 33 0 32 304 144 45
Binary 0 10001010 10111101 1100100 11011 0 11010 11000100 1100100 100101

Color Harmonies of #008ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ABD

Black with #008ABD

Text Example


Text Example

White with #008ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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