Html Css Color HEX #0982BE Bondi Blue

📋 copy color: '#0982BE'

red 9 ◦ green 130 ◦ blue 190

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

Shades of Bondi Blue #0982BE

Tints of Bondi Blue #0982BE

RGB

 RED value IS 9 (3.91% from 255) = 2.74%

 GREEN value IS 130 (51.17% from 255) = 39.51%

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

R = 2.74%
G = 39.51%
B = 57.75%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0982BE (or 0x0982BE) is known color: Bondi Blue. HEX triplet: 09, 82 and BE. RGB value is (9,130,190). Sum of RGB (Red+Green+Blue) = 9+130+190=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 130 (51.17% from 255 or 39.51% 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 #0982BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982BE is #F67D41. Grayscale: #646464. Windows color (decimal): -16153922 or 12485129. OLE color: 12485129.

HSL color Cylindrical-coordinate representation of color #0982BE: hue angle of 199.89º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0982BE is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 130 190 -
CMYK 0.95 0.32 0 0.25
HSL 199.89º 0.91% 0.39% -
HSV(B) 199.89º 0.95% 0.75% -
XYZ 17.39 19.74 51.61 -
YUV 100.66 178.41 62.62 -
System Red Green Blue C M Y K H S L
Decimal 9 130 190 0.95 0.32 0 0.25 199.89 0.91 0.39
Hex 9 82 BE 5F 20 0 19 C8 5B 27
Octal 11 202 276 137 40 0 31 310 133 47
Binary 1001 10000010 10111110 1011111 100000 0 11001 11001000 1011011 100111

Color Harmonies of #0982BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982BE

Black with #0982BE

Text Example


Text Example

White with #0982BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,130,190); }

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

background-color css

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

 a { background-color: rgb(9,130,190); }

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

border-color css

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

 span { border-color: rgb(9,130,190); }

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