Html Css Color HEX #008BBE Bondi Blue

📋 copy color: '#008BBE'

red 0 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #008BBE

Tints of Bondi Blue #008BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 0%
G = 42.25%
B = 57.75%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#008BBE (or 0x008BBE) is known color: Bondi Blue. HEX triplet: 00, 8B and BE. RGB value is (0,139,190). Sum of RGB (Red+Green+Blue) = 0+139+190=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #008BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BBE is #FF7441. Grayscale: #666666. Windows color (decimal): -16741442 or 12487424. OLE color: 12487424.

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

Color convert

RGB 0 139 190 -
CMYK 1 0.27 0 0.25
HSL 196.11º 1% 0.37% -
HSV(B) 196.11º 1% 0.75% -
XYZ 18.53 22.18 52.02 -
YUV 103.25 176.95 54.35 -
System Red Green Blue C M Y K H S L
Decimal 0 139 190 1 0.27 0 0.25 196.11 1 0.37
Hex 0 8B BE 64 1B 0 19 C4 64 25
Octal 0 213 276 144 33 0 31 304 144 45
Binary 0 10001011 10111110 1100100 11011 0 11001 11000100 1100100 100101

Color Harmonies of #008BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BBE

Black with #008BBE

Text Example


Text Example

White with #008BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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