Html Css Color HEX #128AAF Bondi Blue

📋 copy color: '#128AAF'

red 18 ◦ green 138 ◦ blue 175

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

Shades of Bondi Blue #128AAF

Tints of Bondi Blue #128AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 175 (68.75% from 255) = 52.87%

R = 5.44%
G = 41.69%
B = 52.87%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#128AAF (or 0x128AAF) is known color: Bondi Blue. HEX triplet: 12, 8A and AF. RGB value is (18,138,175). Sum of RGB (Red+Green+Blue) = 18+138+175=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #128AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128AAF is #ED7550. Grayscale: #6A6A6A. Windows color (decimal): -15562065 or 11504146. OLE color: 11504146.

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

Color convert

RGB 18 138 175 -
CMYK 0.90 0.21 0 0.31
HSL 194.14º 0.81% 0.38% -
HSV(B) 194.14º 0.9% 0.69% -
XYZ 17.08 21.4 43.79 -
YUV 106.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 18 138 175 0.90 0.21 0 0.31 194.14 0.81 0.38
Hex 12 8A AF 5A 15 0 1F C2 51 26
Octal 22 212 257 132 25 0 37 302 121 46
Binary 10010 10001010 10101111 1011010 10101 0 11111 11000010 1010001 100110

Color Harmonies of #128AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AAF

Black with #128AAF

Text Example


Text Example

White with #128AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,138,175); }

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

background-color css

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

 a { background-color: rgb(18,138,175); }

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

border-color css

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

 span { border-color: rgb(18,138,175); }

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