Html Css Color HEX #0985BE Bondi Blue

📋 copy color: '#0985BE'

red 9 ◦ green 133 ◦ blue 190

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

Shades of Bondi Blue #0985BE

Tints of Bondi Blue #0985BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 2.71%
G = 40.06%
B = 57.23%

CMYK

 C value IS 0.95

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0985BE (or 0x0985BE) is known color: Bondi Blue. HEX triplet: 09, 85 and BE. RGB value is (9,133,190). Sum of RGB (Red+Green+Blue) = 9+133+190=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #0985BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0985BE is #F67A41. Grayscale: #666666. Windows color (decimal): -16153154 or 12485897. OLE color: 12485897.

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

Color convert

RGB 9 133 190 -
CMYK 0.95 0.3 0 0.25
HSL 198.9º 0.91% 0.39% -
HSV(B) 198.9º 0.95% 0.75% -
XYZ 17.79 20.55 51.74 -
YUV 102.42 177.42 61.37 -
System Red Green Blue C M Y K H S L
Decimal 9 133 190 0.95 0.3 0 0.25 198.9 0.91 0.39
Hex 9 85 BE 5F 1E 0 19 C7 5B 27
Octal 11 205 276 137 36 0 31 307 133 47
Binary 1001 10000101 10111110 1011111 11110 0 11001 11000111 1011011 100111

Color Harmonies of #0985BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0985BE

Black with #0985BE

Text Example


Text Example

White with #0985BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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