Html Css Color HEX #0988B4 Bondi Blue

📋 copy color: '#0988B4'

red 9 ◦ green 136 ◦ blue 180

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

Shades of Bondi Blue #0988B4

Tints of Bondi Blue #0988B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 2.77%
G = 41.85%
B = 55.38%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0988B4 (or 0x0988B4) is known color: Bondi Blue. HEX triplet: 09, 88 and B4. RGB value is (9,136,180). Sum of RGB (Red+Green+Blue) = 9+136+180=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #0988B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0988B4 is #F6774B. Grayscale: #666666. Windows color (decimal): -16152396 or 11831305. OLE color: 11831305.

HSL color Cylindrical-coordinate representation of color #0988B4: hue angle of 195.44º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0988B4 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 136 180 -
CMYK 0.95 0.24 0 0.29
HSL 195.44º 0.9% 0.37% -
HSV(B) 195.44º 0.95% 0.71% -
XYZ 17.16 20.96 46.32 -
YUV 103.04 171.42 60.92 -
System Red Green Blue C M Y K H S L
Decimal 9 136 180 0.95 0.24 0 0.29 195.44 0.9 0.37
Hex 9 88 B4 5F 18 0 1D C3 5A 25
Octal 11 210 264 137 30 0 35 303 132 45
Binary 1001 10001000 10110100 1011111 11000 0 11101 11000011 1011010 100101

Color Harmonies of #0988B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988B4

Black with #0988B4

Text Example


Text Example

White with #0988B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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