Html Css Color HEX #0084BB Bondi Blue

📋 copy color: '#0084BB'

red 0 ◦ green 132 ◦ blue 187

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

Shades of Bondi Blue #0084BB

Tints of Bondi Blue #0084BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

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

R = 0%
G = 41.38%
B = 58.62%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0084BB (or 0x0084BB) is known color: Bondi Blue. HEX triplet: 00, 84 and BB. RGB value is (0,132,187). Sum of RGB (Red+Green+Blue) = 0+132+187=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #0084BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084BB is #FF7B44. Grayscale: #626262. Windows color (decimal): -16743237 or 12289024. OLE color: 12289024.

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

Color convert

RGB 0 132 187 -
CMYK 1 0.29 0 0.27
HSL 197.65º 1% 0.37% -
HSV(B) 197.65º 1% 0.73% -
XYZ 17.22 20.09 49.98 -
YUV 98.8 177.77 57.53 -
System Red Green Blue C M Y K H S L
Decimal 0 132 187 1 0.29 0 0.27 197.65 1 0.37
Hex 0 84 BB 64 1D 0 1B C6 64 25
Octal 0 204 273 144 35 0 33 306 144 45
Binary 0 10000100 10111011 1100100 11101 0 11011 11000110 1100100 100101

Color Harmonies of #0084BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0084BB

Black with #0084BB

Text Example


Text Example

White with #0084BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0084BB; }

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

 H1.HeaderClassName
 {
   color: #0084BB;
 }
 .AnyTagClassName
 {
   color: #0084BB;
 }
</style>

background-color css

<style>
 a { background-color: #0084BB; }

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

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

border-color css

<style>
 span { border-color: #0084BB; }

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

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