Html Css Color HEX #0998BC Bondi Blue

📋 copy color: '#0998BC'

red 9 ◦ green 152 ◦ blue 188

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

Shades of Bondi Blue #0998BC

Tints of Bondi Blue #0998BC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 2.58%
G = 43.55%
B = 53.87%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0998BC (or 0x0998BC) is known color: Bondi Blue. HEX triplet: 09, 98 and BC. RGB value is (9,152,188). Sum of RGB (Red+Green+Blue) = 9+152+188=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #0998BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998BC is #F66743. Grayscale: #717171. Windows color (decimal): -16148292 or 12359689. OLE color: 12359689.

HSL color Cylindrical-coordinate representation of color #0998BC: hue angle of 192.07º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0998BC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 152 188 -
CMYK 0.95 0.19 0 0.26
HSL 192.07º 0.91% 0.39% -
HSV(B) 192.07º 0.95% 0.74% -
XYZ 20.42 26.15 51.55 -
YUV 113.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 9 152 188 0.95 0.19 0 0.26 192.07 0.91 0.39
Hex 9 98 BC 5F 13 0 1A C0 5B 27
Octal 11 230 274 137 23 0 32 300 133 47
Binary 1001 10011000 10111100 1011111 10011 0 11010 11000000 1011011 100111

Color Harmonies of #0998BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0998BC

Black with #0998BC

Text Example


Text Example

White with #0998BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0998BC; }

 p { color: rgb(9,152,188); }

 H1.HeaderClassName
 {
   color: #0998BC;
 }
 .AnyTagClassName
 {
   color: #0998BC;
 }
</style>

background-color css

<style>
 a { background-color: #0998BC; }

 a { background-color: rgb(9,152,188); }

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

border-color css

<style>
 span { border-color: #0998BC; }

 span { border-color: rgb(9,152,188); }

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