Html Css Color HEX #128FAA Bondi Blue

📋 copy color: '#128FAA'

red 18 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #128FAA

Tints of Bondi Blue #128FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 5.44%
G = 43.2%
B = 51.36%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#128FAA (or 0x128FAA) is known color: Bondi Blue. HEX triplet: 12, 8F and AA. RGB value is (18,143,170). Sum of RGB (Red+Green+Blue) = 18+143+170=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #128FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FAA is #ED7055. Grayscale: #6C6C6C. Windows color (decimal): -15560790 or 11177746. OLE color: 11177746.

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

Color convert

RGB 18 143 170 -
CMYK 0.89 0.16 0 0.33
HSL 190.66º 0.81% 0.37% -
HSV(B) 190.66º 0.89% 0.67% -
XYZ 17.33 22.68 41.49 -
YUV 108.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 18 143 170 0.89 0.16 0 0.33 190.66 0.81 0.37
Hex 12 8F AA 59 10 0 21 BF 51 25
Octal 22 217 252 131 20 0 41 277 121 45
Binary 10010 10001111 10101010 1011001 10000 0 100001 10111111 1010001 100101

Color Harmonies of #128FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FAA

Black with #128FAA

Text Example


Text Example

White with #128FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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