Html Css Color HEX #128AAD Bondi Blue

📋 copy color: '#128AAD'

red 18 ◦ green 138 ◦ blue 173

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

Shades of Bondi Blue #128AAD

Tints of Bondi Blue #128AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.58%

R = 5.47%
G = 41.95%
B = 52.58%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#128AAD (or 0x128AAD) is known color: Bondi Blue. HEX triplet: 12, 8A and AD. RGB value is (18,138,173). Sum of RGB (Red+Green+Blue) = 18+138+173=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #128AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128AAD is #ED7552. Grayscale: #696969. Windows color (decimal): -15562067 or 11373074. OLE color: 11373074.

HSL color Cylindrical-coordinate representation of color #128AAD: hue angle of 193.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128AAD is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 138 173 -
CMYK 0.90 0.20 0 0.32
HSL 193.55º 0.81% 0.37% -
HSV(B) 193.55º 0.9% 0.68% -
XYZ 16.88 21.32 42.76 -
YUV 106.11 165.74 65.15 -
System Red Green Blue C M Y K H S L
Decimal 18 138 173 0.90 0.20 0 0.32 193.55 0.81 0.37
Hex 12 8A AD 5A 14 0 20 C2 51 25
Octal 22 212 255 132 24 0 40 302 121 45
Binary 10010 10001010 10101101 1011010 10100 0 100000 11000010 1010001 100101

Color Harmonies of #128AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AAD

Black with #128AAD

Text Example


Text Example

White with #128AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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