Html Css Color HEX #128DAD Bondi Blue

📋 copy color: '#128DAD'

red 18 ◦ green 141 ◦ blue 173

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

Shades of Bondi Blue #128DAD

Tints of Bondi Blue #128DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.47%

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

R = 5.42%
G = 42.47%
B = 52.11%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#128DAD (or 0x128DAD) is known color: Bondi Blue. HEX triplet: 12, 8D and AD. RGB value is (18,141,173). Sum of RGB (Red+Green+Blue) = 18+141+173=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #128DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DAD is #ED7252. Grayscale: #6B6B6B. Windows color (decimal): -15561299 or 11373842. OLE color: 11373842.

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

Color convert

RGB 18 141 173 -
CMYK 0.90 0.18 0 0.32
HSL 192.39º 0.81% 0.37% -
HSV(B) 192.39º 0.9% 0.68% -
XYZ 17.32 22.2 42.91 -
YUV 107.87 164.75 63.9 -
System Red Green Blue C M Y K H S L
Decimal 18 141 173 0.90 0.18 0 0.32 192.39 0.81 0.37
Hex 12 8D AD 5A 12 0 20 C0 51 25
Octal 22 215 255 132 22 0 40 300 121 45
Binary 10010 10001101 10101101 1011010 10010 0 100000 11000000 1010001 100101

Color Harmonies of #128DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DAD

Black with #128DAD

Text Example


Text Example

White with #128DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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