Html Css Color HEX #129DBA Bondi Blue

📋 copy color: '#129DBA'

red 18 ◦ green 157 ◦ blue 186

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

Shades of Bondi Blue #129DBA

Tints of Bondi Blue #129DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 4.99%
G = 43.49%
B = 51.52%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#129DBA (or 0x129DBA) is known color: Bondi Blue. HEX triplet: 12, 9D and BA. RGB value is (18,157,186). Sum of RGB (Red+Green+Blue) = 18+157+186=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #129DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DBA is #ED6245. Grayscale: #767676. Windows color (decimal): -15557190 or 12229906. OLE color: 12229906.

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

Color convert

RGB 18 157 186 -
CMYK 0.90 0.16 0 0.27
HSL 190.36º 0.82% 0.4% -
HSV(B) 190.36º 0.9% 0.73% -
XYZ 21.17 27.79 50.7 -
YUV 118.75 165.95 56.14 -
System Red Green Blue C M Y K H S L
Decimal 18 157 186 0.90 0.16 0 0.27 190.36 0.82 0.4
Hex 12 9D BA 5A 10 0 1B BE 52 28
Octal 22 235 272 132 20 0 33 276 122 50
Binary 10010 10011101 10111010 1011010 10000 0 11011 10111110 1010010 101000

Color Harmonies of #129DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DBA

Black with #129DBA

Text Example


Text Example

White with #129DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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