Html Css Color HEX #129CBA Bondi Blue

📋 copy color: '#129CBA'

red 18 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #129CBA

Tints of Bondi Blue #129CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.33%

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

R = 5%
G = 43.33%
B = 51.67%

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

#129CBA (or 0x129CBA) is known color: Bondi Blue. HEX triplet: 12, 9C and BA. RGB value is (18,156,186). Sum of RGB (Red+Green+Blue) = 18+156+186=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #129CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CBA is #ED6345. Grayscale: #757575. Windows color (decimal): -15557446 or 12229650. OLE color: 12229650.

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

Color convert

RGB 18 156 186 -
CMYK 0.90 0.16 0 0.27
HSL 190.71º 0.82% 0.4% -
HSV(B) 190.71º 0.9% 0.73% -
XYZ 21 27.45 50.65 -
YUV 118.16 166.28 56.56 -
System Red Green Blue C M Y K H S L
Decimal 18 156 186 0.90 0.16 0 0.27 190.71 0.82 0.4
Hex 12 9C BA 5A 10 0 1B BF 52 28
Octal 22 234 272 132 20 0 33 277 122 50
Binary 10010 10011100 10111010 1011010 10000 0 11011 10111111 1010010 101000

Color Harmonies of #129CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CBA

Black with #129CBA

Text Example


Text Example

White with #129CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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