Html Css Color HEX #129DB9 Bondi Blue

📋 copy color: '#129DB9'

red 18 ◦ green 157 ◦ blue 185

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

Shades of Bondi Blue #129DB9

Tints of Bondi Blue #129DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.61%

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

R = 5%
G = 43.61%
B = 51.39%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#129DB9 (or 0x129DB9) is known color: Bondi Blue. HEX triplet: 12, 9D and B9. RGB value is (18,157,185). Sum of RGB (Red+Green+Blue) = 18+157+185=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #129DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DB9 is #ED6246. Grayscale: #767676. Windows color (decimal): -15557191 or 12164370. OLE color: 12164370.

HSL color Cylindrical-coordinate representation of color #129DB9: hue angle of 190.06º 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 #129DB9 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 157 185 -
CMYK 0.90 0.15 0 0.27
HSL 190.06º 0.82% 0.4% -
HSV(B) 190.06º 0.9% 0.73% -
XYZ 21.06 27.75 50.14 -
YUV 118.63 165.45 56.22 -
System Red Green Blue C M Y K H S L
Decimal 18 157 185 0.90 0.15 0 0.27 190.06 0.82 0.4
Hex 12 9D B9 5A F 0 1B BE 52 28
Octal 22 235 271 132 17 0 33 276 122 50
Binary 10010 10011101 10111001 1011010 1111 0 11011 10111110 1010010 101000

Color Harmonies of #129DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DB9

Black with #129DB9

Text Example


Text Example

White with #129DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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