Html Css Color HEX #129AB6 Bondi Blue

📋 copy color: '#129AB6'

red 18 ◦ green 154 ◦ blue 182

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

Shades of Bondi Blue #129AB6

Tints of Bondi Blue #129AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.41%

R = 5.08%
G = 43.5%
B = 51.41%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#129AB6 (or 0x129AB6) is known color: Bondi Blue. HEX triplet: 12, 9A and B6. RGB value is (18,154,182). Sum of RGB (Red+Green+Blue) = 18+154+182=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #129AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AB6 is #ED6549. Grayscale: #747474. Windows color (decimal): -15557962 or 11966994. OLE color: 11966994.

HSL color Cylindrical-coordinate representation of color #129AB6: hue angle of 190.24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129AB6 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 154 182 -
CMYK 0.90 0.15 0 0.29
HSL 190.24º 0.82% 0.39% -
HSV(B) 190.24º 0.9% 0.71% -
XYZ 20.25 26.62 48.33 -
YUV 116.53 164.94 57.72 -
System Red Green Blue C M Y K H S L
Decimal 18 154 182 0.90 0.15 0 0.29 190.24 0.82 0.39
Hex 12 9A B6 5A F 0 1D BE 52 27
Octal 22 232 266 132 17 0 35 276 122 47
Binary 10010 10011010 10110110 1011010 1111 0 11101 10111110 1010010 100111

Color Harmonies of #129AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AB6

Black with #129AB6

Text Example


Text Example

White with #129AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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