Html Css Color HEX #098FAF Bondi Blue

📋 copy color: '#098FAF'

red 9 ◦ green 143 ◦ blue 175

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

Shades of Bondi Blue #098FAF

Tints of Bondi Blue #098FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.73%

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

R = 2.75%
G = 43.73%
B = 53.52%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#098FAF (or 0x098FAF) is known color: Bondi Blue. HEX triplet: 09, 8F and AF. RGB value is (9,143,175). Sum of RGB (Red+Green+Blue) = 9+143+175=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #098FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FAF is #F67050. Grayscale: #6A6A6A. Windows color (decimal): -16150609 or 11505417. OLE color: 11505417.

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

Color convert

RGB 9 143 175 -
CMYK 0.95 0.18 0 0.31
HSL 191.57º 0.9% 0.36% -
HSV(B) 191.57º 0.95% 0.69% -
XYZ 17.67 22.8 44.03 -
YUV 106.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 9 143 175 0.95 0.18 0 0.31 191.57 0.9 0.36
Hex 9 8F AF 5F 12 0 1F C0 5A 24
Octal 11 217 257 137 22 0 37 300 132 44
Binary 1001 10001111 10101111 1011111 10010 0 11111 11000000 1011010 100100

Color Harmonies of #098FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FAF

Black with #098FAF

Text Example


Text Example

White with #098FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098FAF; }

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

 H1.HeaderClassName
 {
   color: #098FAF;
 }
 .AnyTagClassName
 {
   color: #098FAF;
 }
</style>

background-color css

<style>
 a { background-color: #098FAF; }

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

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

border-color css

<style>
 span { border-color: #098FAF; }

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

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