Html Css Color HEX #129EBA Bondi Blue

📋 copy color: '#129EBA'

red 18 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #129EBA

Tints of Bondi Blue #129EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.65%

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

R = 4.97%
G = 43.65%
B = 51.38%

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

#129EBA (or 0x129EBA) is known color: Bondi Blue. HEX triplet: 12, 9E and BA. RGB value is (18,158,186). Sum of RGB (Red+Green+Blue) = 18+158+186=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #129EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EBA is #ED6145. Grayscale: #777777. Windows color (decimal): -15556934 or 12230162. OLE color: 12230162.

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

Color convert

RGB 18 158 186 -
CMYK 0.90 0.15 0 0.27
HSL 190º 0.82% 0.4% -
HSV(B) 190º 0.9% 0.73% -
XYZ 21.34 28.13 50.76 -
YUV 119.33 165.62 55.72 -
System Red Green Blue C M Y K H S L
Decimal 18 158 186 0.90 0.15 0 0.27 190 0.82 0.4
Hex 12 9E BA 5A F 0 1B BE 52 28
Octal 22 236 272 132 17 0 33 276 122 50
Binary 10010 10011110 10111010 1011010 1111 0 11011 10111110 1010010 101000

Color Harmonies of #129EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EBA

Black with #129EBA

Text Example


Text Example

White with #129EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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