Html Css Color HEX #128BBB Bondi Blue

📋 copy color: '#128BBB'

red 18 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #128BBB

Tints of Bondi Blue #128BBB

RGB

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

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

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

R = 5.23%
G = 40.41%
B = 54.36%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#128BBB (or 0x128BBB) is known color: Bondi Blue. HEX triplet: 12, 8B and BB. RGB value is (18,139,187). Sum of RGB (Red+Green+Blue) = 18+139+187=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #128BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BBB is #ED7444. Grayscale: #6B6B6B. Windows color (decimal): -15561797 or 12290834. OLE color: 12290834.

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

Color convert

RGB 18 139 187 -
CMYK 0.90 0.26 0 0.27
HSL 197.04º 0.82% 0.4% -
HSV(B) 197.04º 0.9% 0.73% -
XYZ 18.45 22.18 50.32 -
YUV 108.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 18 139 187 0.90 0.26 0 0.27 197.04 0.82 0.4
Hex 12 8B BB 5A 1A 0 1B C5 52 28
Octal 22 213 273 132 32 0 33 305 122 50
Binary 10010 10001011 10111011 1011010 11010 0 11011 11000101 1010010 101000

Color Harmonies of #128BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BBB

Black with #128BBB

Text Example


Text Example

White with #128BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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