Html Css Color HEX #129AB9 Bondi Blue

📋 copy color: '#129AB9'

red 18 ◦ green 154 ◦ blue 185

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

Shades of Bondi Blue #129AB9

Tints of Bondi Blue #129AB9

RGB

 RED value IS 18 (7.42% from 255) = 5.04%

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

 BLUE value IS 185 (72.66% from 255) = 51.82%

R = 5.04%
G = 43.14%
B = 51.82%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#129AB9 (or 0x129AB9) is known color: Bondi Blue. HEX triplet: 12, 9A and B9. RGB value is (18,154,185). Sum of RGB (Red+Green+Blue) = 18+154+185=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #129AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AB9 is #ED6546. Grayscale: #747474. Windows color (decimal): -15557959 or 12163602. OLE color: 12163602.

HSL color Cylindrical-coordinate representation of color #129AB9: hue angle of 191.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129AB9 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 154 185 -
CMYK 0.90 0.17 0 0.27
HSL 191.14º 0.82% 0.4% -
HSV(B) 191.14º 0.9% 0.73% -
XYZ 20.56 26.74 49.98 -
YUV 116.87 166.44 57.48 -
System Red Green Blue C M Y K H S L
Decimal 18 154 185 0.90 0.17 0 0.27 191.14 0.82 0.4
Hex 12 9A B9 5A 11 0 1B BF 52 28
Octal 22 232 271 132 21 0 33 277 122 50
Binary 10010 10011010 10111001 1011010 10001 0 11011 10111111 1010010 101000

Color Harmonies of #129AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AB9

Black with #129AB9

Text Example


Text Example

White with #129AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129AB9; }

 p { color: rgb(18,154,185); }

 H1.HeaderClassName
 {
   color: #129AB9;
 }
 .AnyTagClassName
 {
   color: #129AB9;
 }
</style>

background-color css

<style>
 a { background-color: #129AB9; }

 a { background-color: rgb(18,154,185); }

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

border-color css

<style>
 span { border-color: #129AB9; }

 span { border-color: rgb(18,154,185); }

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