Html Css Color HEX #09A1B4 Bondi Blue

📋 copy color: '#09A1B4'

red 9 ◦ green 161 ◦ blue 180

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

Shades of Bondi Blue #09A1B4

Tints of Bondi Blue #09A1B4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46%

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

R = 2.57%
G = 46%
B = 51.43%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#09A1B4 (or 0x09A1B4) is known color: Bondi Blue. HEX triplet: 09, A1 and B4. RGB value is (9,161,180). Sum of RGB (Red+Green+Blue) = 9+161+180=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #09A1B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A1B4 is #F65E4B. Grayscale: #757575. Windows color (decimal): -16145996 or 11837705. OLE color: 11837705.

HSL color Cylindrical-coordinate representation of color #09A1B4: hue angle of 186.67º 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 #09A1B4 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 161 180 -
CMYK 0.95 0.11 0 0.29
HSL 186.67º 0.9% 0.37% -
HSV(B) 186.67º 0.95% 0.71% -
XYZ 21.1 28.84 47.64 -
YUV 117.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 9 161 180 0.95 0.11 0 0.29 186.67 0.9 0.37
Hex 9 A1 B4 5F B 0 1D BB 5A 25
Octal 11 241 264 137 13 0 35 273 132 45
Binary 1001 10100001 10110100 1011111 1011 0 11101 10111011 1011010 100101

Color Harmonies of #09A1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A1B4

Black with #09A1B4

Text Example


Text Example

White with #09A1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A1B4; }

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

 H1.HeaderClassName
 {
   color: #09A1B4;
 }
 .AnyTagClassName
 {
   color: #09A1B4;
 }
</style>

background-color css

<style>
 a { background-color: #09A1B4; }

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

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

border-color css

<style>
 span { border-color: #09A1B4; }

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

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