Html Css Color HEX #128ABD Bondi Blue

📋 copy color: '#128ABD'

red 18 ◦ green 138 ◦ blue 189

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

Shades of Bondi Blue #128ABD

Tints of Bondi Blue #128ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 5.22%
G = 40%
B = 54.78%

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

#128ABD (or 0x128ABD) is known color: Bondi Blue. HEX triplet: 12, 8A and BD. RGB value is (18,138,189). Sum of RGB (Red+Green+Blue) = 18+138+189=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #128ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ABD is #ED7542. Grayscale: #6B6B6B. Windows color (decimal): -15562051 or 12421650. OLE color: 12421650.

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

Color convert

RGB 18 138 189 -
CMYK 0.90 0.27 0 0.26
HSL 197.89º 0.83% 0.41% -
HSV(B) 197.89º 0.9% 0.74% -
XYZ 18.52 21.98 51.41 -
YUV 107.93 173.74 63.85 -
System Red Green Blue C M Y K H S L
Decimal 18 138 189 0.90 0.27 0 0.26 197.89 0.83 0.41
Hex 12 8A BD 5A 1B 0 1A C6 53 29
Octal 22 212 275 132 33 0 32 306 123 51
Binary 10010 10001010 10111101 1011010 11011 0 11010 11000110 1010011 101001

Color Harmonies of #128ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ABD

Black with #128ABD

Text Example


Text Example

White with #128ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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