Html Css Color HEX #128ABC Bondi Blue

📋 copy color: '#128ABC'

red 18 ◦ green 138 ◦ blue 188

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

Shades of Bondi Blue #128ABC

Tints of Bondi Blue #128ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

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

R = 5.23%
G = 40.12%
B = 54.65%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#128ABC (or 0x128ABC) is known color: Bondi Blue. HEX triplet: 12, 8A and BC. RGB value is (18,138,188). Sum of RGB (Red+Green+Blue) = 18+138+188=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #128ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ABC is #ED7543. Grayscale: #6B6B6B. Windows color (decimal): -15562052 or 12356114. OLE color: 12356114.

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

Color convert

RGB 18 138 188 -
CMYK 0.90 0.27 0 0.26
HSL 197.65º 0.83% 0.4% -
HSV(B) 197.65º 0.9% 0.74% -
XYZ 18.42 21.94 50.84 -
YUV 107.82 173.24 63.93 -
System Red Green Blue C M Y K H S L
Decimal 18 138 188 0.90 0.27 0 0.26 197.65 0.83 0.4
Hex 12 8A BC 5A 1B 0 1A C6 53 28
Octal 22 212 274 132 33 0 32 306 123 50
Binary 10010 10001010 10111100 1011010 11011 0 11010 11000110 1010011 101000

Color Harmonies of #128ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ABC

Black with #128ABC

Text Example


Text Example

White with #128ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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