Html Css Color HEX #128BAF Bondi Blue

📋 copy color: '#128BAF'

red 18 ◦ green 139 ◦ blue 175

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

Shades of Bondi Blue #128BAF

Tints of Bondi Blue #128BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

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

R = 5.42%
G = 41.87%
B = 52.71%

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

#128BAF (or 0x128BAF) is known color: Bondi Blue. HEX triplet: 12, 8B and AF. RGB value is (18,139,175). Sum of RGB (Red+Green+Blue) = 18+139+175=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #128BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BAF is #ED7450. Grayscale: #6A6A6A. Windows color (decimal): -15561809 or 11504402. OLE color: 11504402.

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

Color convert

RGB 18 139 175 -
CMYK 0.90 0.21 0 0.31
HSL 193.76º 0.81% 0.38% -
HSV(B) 193.76º 0.9% 0.69% -
XYZ 17.22 21.69 43.84 -
YUV 106.93 166.41 64.57 -
System Red Green Blue C M Y K H S L
Decimal 18 139 175 0.90 0.21 0 0.31 193.76 0.81 0.38
Hex 12 8B AF 5A 15 0 1F C2 51 26
Octal 22 213 257 132 25 0 37 302 121 46
Binary 10010 10001011 10101111 1011010 10101 0 11111 11000010 1010001 100110

Color Harmonies of #128BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BAF

Black with #128BAF

Text Example


Text Example

White with #128BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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