Html Css Color HEX #0084BE Bondi Blue

📋 copy color: '#0084BE'

red 0 ◦ green 132 ◦ blue 190

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

Shades of Bondi Blue #0084BE

Tints of Bondi Blue #0084BE

RGB

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

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

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

R = 0%
G = 40.99%
B = 59.01%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0084BE (or 0x0084BE) is known color: Bondi Blue. HEX triplet: 00, 84 and BE. RGB value is (0,132,190). Sum of RGB (Red+Green+Blue) = 0+132+190=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #0084BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084BE is #FF7B41. Grayscale: #626262. Windows color (decimal): -16743234 or 12485632. OLE color: 12485632.

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

Color convert

RGB 0 132 190 -
CMYK 1 0.31 0 0.25
HSL 198.32º 1% 0.37% -
HSV(B) 198.32º 1% 0.75% -
XYZ 17.55 20.22 51.69 -
YUV 99.14 179.27 57.28 -
System Red Green Blue C M Y K H S L
Decimal 0 132 190 1 0.31 0 0.25 198.32 1 0.37
Hex 0 84 BE 64 1F 0 19 C6 64 25
Octal 0 204 276 144 37 0 31 306 144 45
Binary 0 10000100 10111110 1100100 11111 0 11001 11000110 1100100 100101

Color Harmonies of #0084BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0084BE

Black with #0084BE

Text Example


Text Example

White with #0084BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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