Html Css Color HEX #099ABC Bondi Blue

📋 copy color: '#099ABC'

red 9 ◦ green 154 ◦ blue 188

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

Shades of Bondi Blue #099ABC

Tints of Bondi Blue #099ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.87%

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

R = 2.56%
G = 43.87%
B = 53.56%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#099ABC (or 0x099ABC) is known color: Bondi Blue. HEX triplet: 09, 9A and BC. RGB value is (9,154,188). Sum of RGB (Red+Green+Blue) = 9+154+188=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #099ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ABC is #F66543. Grayscale: #727272. Windows color (decimal): -16147780 or 12360201. OLE color: 12360201.

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

Color convert

RGB 9 154 188 -
CMYK 0.95 0.18 0 0.26
HSL 191.4º 0.91% 0.39% -
HSV(B) 191.4º 0.95% 0.74% -
XYZ 20.75 26.8 51.66 -
YUV 114.52 169.46 52.74 -
System Red Green Blue C M Y K H S L
Decimal 9 154 188 0.95 0.18 0 0.26 191.4 0.91 0.39
Hex 9 9A BC 5F 12 0 1A BF 5B 27
Octal 11 232 274 137 22 0 32 277 133 47
Binary 1001 10011010 10111100 1011111 10010 0 11010 10111111 1011011 100111

Color Harmonies of #099ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ABC

Black with #099ABC

Text Example


Text Example

White with #099ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099ABC; }

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

 H1.HeaderClassName
 {
   color: #099ABC;
 }
 .AnyTagClassName
 {
   color: #099ABC;
 }
</style>

background-color css

<style>
 a { background-color: #099ABC; }

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

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

border-color css

<style>
 span { border-color: #099ABC; }

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

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