Html Css Color HEX #0998AF Bondi Blue

📋 copy color: '#0998AF'

red 9 ◦ green 152 ◦ blue 175

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

Shades of Bondi Blue #0998AF

Tints of Bondi Blue #0998AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.08%

R = 2.68%
G = 45.24%
B = 52.08%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0998AF (or 0x0998AF) is known color: Bondi Blue. HEX triplet: 09, 98 and AF. RGB value is (9,152,175). Sum of RGB (Red+Green+Blue) = 9+152+175=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #0998AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0998AF is #F66750. Grayscale: #6F6F6F. Windows color (decimal): -16148305 or 11507721. OLE color: 11507721.

HSL color Cylindrical-coordinate representation of color #0998AF: hue angle of 188.31º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0998AF is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 152 175 -
CMYK 0.95 0.13 0 0.31
HSL 188.31º 0.9% 0.36% -
HSV(B) 188.31º 0.95% 0.69% -
XYZ 19.08 25.61 44.5 -
YUV 111.87 163.62 54.63 -
System Red Green Blue C M Y K H S L
Decimal 9 152 175 0.95 0.13 0 0.31 188.31 0.9 0.36
Hex 9 98 AF 5F D 0 1F BC 5A 24
Octal 11 230 257 137 15 0 37 274 132 44
Binary 1001 10011000 10101111 1011111 1101 0 11111 10111100 1011010 100100

Color Harmonies of #0998AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0998AF

Black with #0998AF

Text Example


Text Example

White with #0998AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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