Html Css Color HEX #0982BF Bondi Blue

📋 copy color: '#0982BF'

red 9 ◦ green 130 ◦ blue 191

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

Shades of Bondi Blue #0982BF

Tints of Bondi Blue #0982BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.88%

R = 2.73%
G = 39.39%
B = 57.88%

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

#0982BF (or 0x0982BF) is known color: Bondi Blue. HEX triplet: 09, 82 and BF. RGB value is (9,130,191). Sum of RGB (Red+Green+Blue) = 9+130+191=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #0982BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982BF is #F67D40. Grayscale: #646464. Windows color (decimal): -16153921 or 12550665. OLE color: 12550665.

HSL color Cylindrical-coordinate representation of color #0982BF: hue angle of 200.11º 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 #0982BF is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 130 191 -
CMYK 0.95 0.32 0 0.25
HSL 200.11º 0.91% 0.39% -
HSV(B) 200.11º 0.95% 0.75% -
XYZ 17.5 19.78 52.19 -
YUV 100.78 178.91 62.54 -
System Red Green Blue C M Y K H S L
Decimal 9 130 191 0.95 0.32 0 0.25 200.11 0.91 0.39
Hex 9 82 BF 5F 20 0 19 C8 5B 27
Octal 11 202 277 137 40 0 31 310 133 47
Binary 1001 10000010 10111111 1011111 100000 0 11001 11001000 1011011 100111

Color Harmonies of #0982BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982BF

Black with #0982BF

Text Example


Text Example

White with #0982BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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