Html Css Color HEX #008BBC Bondi Blue

📋 copy color: '#008BBC'

red 0 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #008BBC

Tints of Bondi Blue #008BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 0%
G = 42.51%
B = 57.49%

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

#008BBC (or 0x008BBC) is known color: Bondi Blue. HEX triplet: 00, 8B and BC. RGB value is (0,139,188). Sum of RGB (Red+Green+Blue) = 0+139+188=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #008BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BBC is #FF7443. Grayscale: #666666. Windows color (decimal): -16741444 or 12356352. OLE color: 12356352.

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

Color convert

RGB 0 139 188 -
CMYK 1 0.26 0 0.26
HSL 195.64º 1% 0.37% -
HSV(B) 195.64º 1% 0.74% -
XYZ 18.31 22.1 50.88 -
YUV 103.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 0 139 188 1 0.26 0 0.26 195.64 1 0.37
Hex 0 8B BC 64 1A 0 1A C4 64 25
Octal 0 213 274 144 32 0 32 304 144 45
Binary 0 10001011 10111100 1100100 11010 0 11010 11000100 1100100 100101

Color Harmonies of #008BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BBC

Black with #008BBC

Text Example


Text Example

White with #008BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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