Html Css Color HEX #008BBD Bondi Blue

📋 copy color: '#008BBD'

red 0 ◦ green 139 ◦ blue 189

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

Shades of Bondi Blue #008BBD

Tints of Bondi Blue #008BBD

RGB

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

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

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

R = 0%
G = 42.38%
B = 57.62%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#008BBD (or 0x008BBD) is known color: Bondi Blue. HEX triplet: 00, 8B and BD. RGB value is (0,139,189). Sum of RGB (Red+Green+Blue) = 0+139+189=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #008BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BBD is #FF7442. Grayscale: #666666. Windows color (decimal): -16741443 or 12421888. OLE color: 12421888.

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

Color convert

RGB 0 139 189 -
CMYK 1 0.26 0 0.26
HSL 195.87º 1% 0.37% -
HSV(B) 195.87º 1% 0.74% -
XYZ 18.42 22.14 51.45 -
YUV 103.14 176.45 54.43 -
System Red Green Blue C M Y K H S L
Decimal 0 139 189 1 0.26 0 0.26 195.87 1 0.37
Hex 0 8B BD 64 1A 0 1A C4 64 25
Octal 0 213 275 144 32 0 32 304 144 45
Binary 0 10001011 10111101 1100100 11010 0 11010 11000100 1100100 100101

Color Harmonies of #008BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BBD

Black with #008BBD

Text Example


Text Example

White with #008BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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