Html Css Color HEX #128BBA Bondi Blue

📋 copy color: '#128BBA'

red 18 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #128BBA

Tints of Bondi Blue #128BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.52%

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

R = 5.25%
G = 40.52%
B = 54.23%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#128BBA (or 0x128BBA) is known color: Bondi Blue. HEX triplet: 12, 8B and BA. RGB value is (18,139,186). Sum of RGB (Red+Green+Blue) = 18+139+186=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #128BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BBA is #ED7445. Grayscale: #6B6B6B. Windows color (decimal): -15561798 or 12225298. OLE color: 12225298.

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

Color convert

RGB 18 139 186 -
CMYK 0.90 0.25 0 0.27
HSL 196.79º 0.82% 0.4% -
HSV(B) 196.79º 0.9% 0.73% -
XYZ 18.35 22.14 49.76 -
YUV 108.18 171.91 63.68 -
System Red Green Blue C M Y K H S L
Decimal 18 139 186 0.90 0.25 0 0.27 196.79 0.82 0.4
Hex 12 8B BA 5A 19 0 1B C5 52 28
Octal 22 213 272 132 31 0 33 305 122 50
Binary 10010 10001011 10111010 1011010 11001 0 11011 11000101 1010010 101000

Color Harmonies of #128BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BBA

Black with #128BBA

Text Example


Text Example

White with #128BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128BBA; }

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

 H1.HeaderClassName
 {
   color: #128BBA;
 }
 .AnyTagClassName
 {
   color: #128BBA;
 }
</style>

background-color css

<style>
 a { background-color: #128BBA; }

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

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

border-color css

<style>
 span { border-color: #128BBA; }

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

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