Html Css Color HEX #128BBC Bondi Blue

📋 copy color: '#128BBC'

red 18 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #128BBC

Tints of Bondi Blue #128BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 5.22%
G = 40.29%
B = 54.49%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#128BBC (or 0x128BBC) is known color: Bondi Blue. HEX triplet: 12, 8B and BC. RGB value is (18,139,188). Sum of RGB (Red+Green+Blue) = 18+139+188=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #128BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BBC is #ED7443. Grayscale: #6C6C6C. Windows color (decimal): -15561796 or 12356370. OLE color: 12356370.

HSL color Cylindrical-coordinate representation of color #128BBC: hue angle of 197.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128BBC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 139 188 -
CMYK 0.90 0.26 0 0.26
HSL 197.29º 0.83% 0.4% -
HSV(B) 197.29º 0.9% 0.74% -
XYZ 18.56 22.22 50.89 -
YUV 108.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 18 139 188 0.90 0.26 0 0.26 197.29 0.83 0.4
Hex 12 8B BC 5A 1A 0 1A C5 53 28
Octal 22 213 274 132 32 0 32 305 123 50
Binary 10010 10001011 10111100 1011010 11010 0 11010 11000101 1010011 101000

Color Harmonies of #128BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BBC

Black with #128BBC

Text Example


Text Example

White with #128BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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