Html Css Color HEX #128EAE Bondi Blue

📋 copy color: '#128EAE'

red 18 ◦ green 142 ◦ blue 174

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

Shades of Bondi Blue #128EAE

Tints of Bondi Blue #128EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 5.39%
G = 42.51%
B = 52.1%

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

#128EAE (or 0x128EAE) is known color: Bondi Blue. HEX triplet: 12, 8E and AE. RGB value is (18,142,174). Sum of RGB (Red+Green+Blue) = 18+142+174=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #128EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128EAE is #ED7151. Grayscale: #6C6C6C. Windows color (decimal): -15561042 or 11439634. OLE color: 11439634.

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

Color convert

RGB 18 142 174 -
CMYK 0.90 0.18 0 0.32
HSL 192.31º 0.81% 0.38% -
HSV(B) 192.31º 0.9% 0.68% -
XYZ 17.56 22.53 43.47 -
YUV 108.57 164.92 63.4 -
System Red Green Blue C M Y K H S L
Decimal 18 142 174 0.90 0.18 0 0.32 192.31 0.81 0.38
Hex 12 8E AE 5A 12 0 20 C0 51 26
Octal 22 216 256 132 22 0 40 300 121 46
Binary 10010 10001110 10101110 1011010 10010 0 100000 11000000 1010001 100110

Color Harmonies of #128EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EAE

Black with #128EAE

Text Example


Text Example

White with #128EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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