Html Css Color HEX #128FAE Bondi Blue

📋 copy color: '#128FAE'

red 18 ◦ green 143 ◦ blue 174

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

Shades of Bondi Blue #128FAE

Tints of Bondi Blue #128FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

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

R = 5.37%
G = 42.69%
B = 51.94%

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

#128FAE (or 0x128FAE) is known color: Bondi Blue. HEX triplet: 12, 8F and AE. RGB value is (18,143,174). Sum of RGB (Red+Green+Blue) = 18+143+174=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #128FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FAE is #ED7051. Grayscale: #6C6C6C. Windows color (decimal): -15560786 or 11439890. OLE color: 11439890.

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

Color convert

RGB 18 143 174 -
CMYK 0.90 0.18 0 0.32
HSL 191.92º 0.81% 0.38% -
HSV(B) 191.92º 0.9% 0.68% -
XYZ 17.71 22.83 43.52 -
YUV 109.16 164.59 62.98 -
System Red Green Blue C M Y K H S L
Decimal 18 143 174 0.90 0.18 0 0.32 191.92 0.81 0.38
Hex 12 8F AE 5A 12 0 20 C0 51 26
Octal 22 217 256 132 22 0 40 300 121 46
Binary 10010 10001111 10101110 1011010 10010 0 100000 11000000 1010001 100110

Color Harmonies of #128FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FAE

Black with #128FAE

Text Example


Text Example

White with #128FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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