Html Css Color HEX #008BBB Bondi Blue

📋 copy color: '#008BBB'

red 0 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #008BBB

Tints of Bondi Blue #008BBB

RGB

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

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

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

R = 0%
G = 42.64%
B = 57.36%

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

#008BBB (or 0x008BBB) is known color: Bondi Blue. HEX triplet: 00, 8B and BB. RGB value is (0,139,187). Sum of RGB (Red+Green+Blue) = 0+139+187=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #008BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BBB is #FF7444. Grayscale: #666666. Windows color (decimal): -16741445 or 12290816. OLE color: 12290816.

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

Color convert

RGB 0 139 187 -
CMYK 1 0.26 0 0.27
HSL 195.4º 1% 0.37% -
HSV(B) 195.4º 1% 0.73% -
XYZ 18.2 22.05 50.31 -
YUV 102.91 175.45 54.6 -
System Red Green Blue C M Y K H S L
Decimal 0 139 187 1 0.26 0 0.27 195.4 1 0.37
Hex 0 8B BB 64 1A 0 1B C3 64 25
Octal 0 213 273 144 32 0 33 303 144 45
Binary 0 10001011 10111011 1100100 11010 0 11011 11000011 1100100 100101

Color Harmonies of #008BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BBB

Black with #008BBB

Text Example


Text Example

White with #008BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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