Html Css Color HEX #099CBB Bondi Blue

📋 copy color: '#099CBB'

red 9 ◦ green 156 ◦ blue 187

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

Shades of Bondi Blue #099CBB

Tints of Bondi Blue #099CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 2.56%
G = 44.32%
B = 53.13%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#099CBB (or 0x099CBB) is known color: Bondi Blue. HEX triplet: 09, 9C and BB. RGB value is (9,156,187). Sum of RGB (Red+Green+Blue) = 9+156+187=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #099CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CBB is #F66344. Grayscale: #737373. Windows color (decimal): -16147269 or 12295177. OLE color: 12295177.

HSL color Cylindrical-coordinate representation of color #099CBB: hue angle of 190.45º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099CBB is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 156 187 -
CMYK 0.95 0.17 0 0.27
HSL 190.45º 0.91% 0.38% -
HSV(B) 190.45º 0.95% 0.73% -
XYZ 20.97 27.42 51.2 -
YUV 115.58 168.3 51.98 -
System Red Green Blue C M Y K H S L
Decimal 9 156 187 0.95 0.17 0 0.27 190.45 0.91 0.38
Hex 9 9C BB 5F 11 0 1B BE 5B 26
Octal 11 234 273 137 21 0 33 276 133 46
Binary 1001 10011100 10111011 1011111 10001 0 11011 10111110 1011011 100110

Color Harmonies of #099CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CBB

Black with #099CBB

Text Example


Text Example

White with #099CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,156,187); }

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

background-color css

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

 a { background-color: rgb(9,156,187); }

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

border-color css

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

 span { border-color: rgb(9,156,187); }

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