Html Css Color HEX #129BB6 Bondi Blue

📋 copy color: '#129BB6'

red 18 ◦ green 155 ◦ blue 182

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

Shades of Bondi Blue #129BB6

Tints of Bondi Blue #129BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.66%

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 5.07%
G = 43.66%
B = 51.27%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#129BB6 (or 0x129BB6) is known color: Bondi Blue. HEX triplet: 12, 9B and B6. RGB value is (18,155,182). Sum of RGB (Red+Green+Blue) = 18+155+182=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #129BB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BB6 is #ED6449. Grayscale: #747474. Windows color (decimal): -15557706 or 11967250. OLE color: 11967250.

HSL color Cylindrical-coordinate representation of color #129BB6: hue angle of 189.88º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129BB6 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 155 182 -
CMYK 0.90 0.15 0 0.29
HSL 189.88º 0.82% 0.39% -
HSV(B) 189.88º 0.9% 0.71% -
XYZ 20.41 26.95 48.38 -
YUV 117.12 164.61 57.3 -
System Red Green Blue C M Y K H S L
Decimal 18 155 182 0.90 0.15 0 0.29 189.88 0.82 0.39
Hex 12 9B B6 5A F 0 1D BE 52 27
Octal 22 233 266 132 17 0 35 276 122 47
Binary 10010 10011011 10110110 1011010 1111 0 11101 10111110 1010010 100111

Color Harmonies of #129BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BB6

Black with #129BB6

Text Example


Text Example

White with #129BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,155,182); }

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

background-color css

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

 a { background-color: rgb(18,155,182); }

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

border-color css

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

 span { border-color: rgb(18,155,182); }

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