Html Css Color HEX #128EAC Bondi Blue

📋 copy color: '#128EAC'

red 18 ◦ green 142 ◦ blue 172

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

Shades of Bondi Blue #128EAC

Tints of Bondi Blue #128EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.77%

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 5.42%
G = 42.77%
B = 51.81%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#128EAC (or 0x128EAC) is known color: Bondi Blue. HEX triplet: 12, 8E and AC. RGB value is (18,142,172). Sum of RGB (Red+Green+Blue) = 18+142+172=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #128EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128EAC is #ED7153. Grayscale: #6C6C6C. Windows color (decimal): -15561044 or 11308562. OLE color: 11308562.

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

Color convert

RGB 18 142 172 -
CMYK 0.90 0.17 0 0.33
HSL 191.69º 0.81% 0.37% -
HSV(B) 191.69º 0.9% 0.67% -
XYZ 17.37 22.45 42.45 -
YUV 108.34 163.92 63.56 -
System Red Green Blue C M Y K H S L
Decimal 18 142 172 0.90 0.17 0 0.33 191.69 0.81 0.37
Hex 12 8E AC 5A 11 0 21 C0 51 25
Octal 22 216 254 132 21 0 41 300 121 45
Binary 10010 10001110 10101100 1011010 10001 0 100001 11000000 1010001 100101

Color Harmonies of #128EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EAC

Black with #128EAC

Text Example


Text Example

White with #128EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,142,172); }

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

background-color css

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

 a { background-color: rgb(18,142,172); }

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

border-color css

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

 span { border-color: rgb(18,142,172); }

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