Html Css Color HEX #128BC0 Bondi Blue

📋 copy color: '#128BC0'

red 18 ◦ green 139 ◦ blue 192

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

Shades of Bondi Blue #128BC0

Tints of Bondi Blue #128BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.01%

R = 5.16%
G = 39.83%
B = 55.01%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#128BC0 (or 0x128BC0) is known color: Bondi Blue. HEX triplet: 12, 8B and C0. RGB value is (18,139,192). Sum of RGB (Red+Green+Blue) = 18+139+192=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #128BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BC0 is #ED743F. Grayscale: #6C6C6C. Windows color (decimal): -15561792 or 12618514. OLE color: 12618514.

HSL color Cylindrical-coordinate representation of color #128BC0: hue angle of 198.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128BC0 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 139 192 -
CMYK 0.91 0.28 0 0.25
HSL 198.28º 0.83% 0.41% -
HSV(B) 198.28º 0.91% 0.75% -
XYZ 19 22.4 53.19 -
YUV 108.86 174.91 63.19 -
System Red Green Blue C M Y K H S L
Decimal 18 139 192 0.91 0.28 0 0.25 198.28 0.83 0.41
Hex 12 8B C0 5B 1C 0 19 C6 53 29
Octal 22 213 300 133 34 0 31 306 123 51
Binary 10010 10001011 11000000 1011011 11100 0 11001 11000110 1010011 101001

Color Harmonies of #128BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BC0

Black with #128BC0

Text Example


Text Example

White with #128BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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