Html Css Color HEX #129BB4 Bondi Blue

📋 copy color: '#129BB4'

red 18 ◦ green 155 ◦ blue 180

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

Shades of Bondi Blue #129BB4

Tints of Bondi Blue #129BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 5.1%
G = 43.91%
B = 50.99%

CMYK

 C value IS 0.9

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#129BB4 (or 0x129BB4) is known color: Bondi Blue. HEX triplet: 12, 9B and B4. RGB value is (18,155,180). Sum of RGB (Red+Green+Blue) = 18+155+180=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #129BB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BB4 is #ED644B. Grayscale: #747474. Windows color (decimal): -15557708 or 11836178. OLE color: 11836178.

HSL color Cylindrical-coordinate representation of color #129BB4: hue angle of 189.26º 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 #129BB4 is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 155 180 -
CMYK 0.9 0.14 0 0.29
HSL 189.26º 0.82% 0.39% -
HSV(B) 189.26º 0.9% 0.71% -
XYZ 20.21 26.87 47.3 -
YUV 116.89 163.61 57.47 -
System Red Green Blue C M Y K H S L
Decimal 18 155 180 0.9 0.14 0 0.29 189.26 0.82 0.39
Hex 12 9B B4 5A E 0 1D BD 52 27
Octal 22 233 264 132 16 0 35 275 122 47
Binary 10010 10011011 10110100 1011010 1110 0 11101 10111101 1010010 100111

Color Harmonies of #129BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BB4

Black with #129BB4

Text Example


Text Example

White with #129BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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