Html Css Color HEX #099CB3 Bondi Blue

📋 copy color: '#099CB3'

red 9 ◦ green 156 ◦ blue 179

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

Shades of Bondi Blue #099CB3

Tints of Bondi Blue #099CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.03%

R = 2.62%
G = 45.35%
B = 52.03%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#099CB3 (or 0x099CB3) is known color: Bondi Blue. HEX triplet: 09, 9C and B3. RGB value is (9,156,179). Sum of RGB (Red+Green+Blue) = 9+156+179=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #099CB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CB3 is #F6634C. Grayscale: #727272. Windows color (decimal): -16147277 or 11770889. OLE color: 11770889.

HSL color Cylindrical-coordinate representation of color #099CB3: hue angle of 188.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099CB3 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 156 179 -
CMYK 0.95 0.13 0 0.30
HSL 188.12º 0.9% 0.37% -
HSV(B) 188.12º 0.95% 0.7% -
XYZ 20.14 27.09 46.82 -
YUV 114.67 164.3 52.63 -
System Red Green Blue C M Y K H S L
Decimal 9 156 179 0.95 0.13 0 0.30 188.12 0.9 0.37
Hex 9 9C B3 5F D 0 1E BC 5A 25
Octal 11 234 263 137 15 0 36 274 132 45
Binary 1001 10011100 10110011 1011111 1101 0 11110 10111100 1011010 100101

Color Harmonies of #099CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CB3

Black with #099CB3

Text Example


Text Example

White with #099CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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