Html Css Color HEX #129CBB Bondi Blue

📋 copy color: '#129CBB'

red 18 ◦ green 156 ◦ blue 187

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

Shades of Bondi Blue #129CBB

Tints of Bondi Blue #129CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 4.99%
G = 43.21%
B = 51.8%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#129CBB (or 0x129CBB) is known color: Bondi Blue. HEX triplet: 12, 9C and BB. RGB value is (18,156,187). Sum of RGB (Red+Green+Blue) = 18+156+187=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #129CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CBB is #ED6344. Grayscale: #767676. Windows color (decimal): -15557445 or 12295186. OLE color: 12295186.

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

Color convert

RGB 18 156 187 -
CMYK 0.90 0.17 0 0.27
HSL 191.01º 0.82% 0.4% -
HSV(B) 191.01º 0.9% 0.73% -
XYZ 21.11 27.49 51.21 -
YUV 118.27 166.78 56.48 -
System Red Green Blue C M Y K H S L
Decimal 18 156 187 0.90 0.17 0 0.27 191.01 0.82 0.4
Hex 12 9C BB 5A 11 0 1B BF 52 28
Octal 22 234 273 132 21 0 33 277 122 50
Binary 10010 10011100 10111011 1011010 10001 0 11011 10111111 1010010 101000

Color Harmonies of #129CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CBB

Black with #129CBB

Text Example


Text Example

White with #129CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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