Html Css Color HEX #0983BE Bondi Blue

📋 copy color: '#0983BE'

red 9 ◦ green 131 ◦ blue 190

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

Shades of Bondi Blue #0983BE

Tints of Bondi Blue #0983BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 2.73%
G = 39.7%
B = 57.58%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0983BE (or 0x0983BE) is known color: Bondi Blue. HEX triplet: 09, 83 and BE. RGB value is (9,131,190). Sum of RGB (Red+Green+Blue) = 9+131+190=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #0983BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983BE is #F67C41. Grayscale: #646464. Windows color (decimal): -16153666 or 12485385. OLE color: 12485385.

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

Color convert

RGB 9 131 190 -
CMYK 0.95 0.31 0 0.25
HSL 199.56º 0.91% 0.39% -
HSV(B) 199.56º 0.95% 0.75% -
XYZ 17.52 20.01 51.65 -
YUV 101.25 178.08 62.2 -
System Red Green Blue C M Y K H S L
Decimal 9 131 190 0.95 0.31 0 0.25 199.56 0.91 0.39
Hex 9 83 BE 5F 1F 0 19 C8 5B 27
Octal 11 203 276 137 37 0 31 310 133 47
Binary 1001 10000011 10111110 1011111 11111 0 11001 11001000 1011011 100111

Color Harmonies of #0983BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983BE

Black with #0983BE

Text Example


Text Example

White with #0983BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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