Html Css Color HEX #0988AF Bondi Blue

📋 copy color: '#0988AF'

red 9 ◦ green 136 ◦ blue 175

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

Shades of Bondi Blue #0988AF

Tints of Bondi Blue #0988AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 2.81%
G = 42.5%
B = 54.69%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0988AF (or 0x0988AF) is known color: Bondi Blue. HEX triplet: 09, 88 and AF. RGB value is (9,136,175). Sum of RGB (Red+Green+Blue) = 9+136+175=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #0988AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0988AF is #F67750. Grayscale: #666666. Windows color (decimal): -16152401 or 11503625. OLE color: 11503625.

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

Color convert

RGB 9 136 175 -
CMYK 0.95 0.22 0 0.31
HSL 194.1º 0.9% 0.36% -
HSV(B) 194.1º 0.95% 0.69% -
XYZ 16.65 20.76 43.69 -
YUV 102.47 168.92 61.33 -
System Red Green Blue C M Y K H S L
Decimal 9 136 175 0.95 0.22 0 0.31 194.1 0.9 0.36
Hex 9 88 AF 5F 16 0 1F C2 5A 24
Octal 11 210 257 137 26 0 37 302 132 44
Binary 1001 10001000 10101111 1011111 10110 0 11111 11000010 1011010 100100

Color Harmonies of #0988AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988AF

Black with #0988AF

Text Example


Text Example

White with #0988AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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