Html Css Color HEX #128CAF Bondi Blue

📋 copy color: '#128CAF'

red 18 ◦ green 140 ◦ blue 175

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

Shades of Bondi Blue #128CAF

Tints of Bondi Blue #128CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

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

R = 5.41%
G = 42.04%
B = 52.55%

CMYK

 C value IS 0.90

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#128CAF (or 0x128CAF) is known color: Bondi Blue. HEX triplet: 12, 8C and AF. RGB value is (18,140,175). Sum of RGB (Red+Green+Blue) = 18+140+175=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #128CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128CAF is #ED7350. Grayscale: #6B6B6B. Windows color (decimal): -15561553 or 11504658. OLE color: 11504658.

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

Color convert

RGB 18 140 175 -
CMYK 0.90 0.2 0 0.31
HSL 193.38º 0.81% 0.38% -
HSV(B) 193.38º 0.9% 0.69% -
XYZ 17.37 21.98 43.88 -
YUV 107.51 166.08 64.15 -
System Red Green Blue C M Y K H S L
Decimal 18 140 175 0.90 0.2 0 0.31 193.38 0.81 0.38
Hex 12 8C AF 5A 14 0 1F C1 51 26
Octal 22 214 257 132 24 0 37 301 121 46
Binary 10010 10001100 10101111 1011010 10100 0 11111 11000001 1010001 100110

Color Harmonies of #128CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CAF

Black with #128CAF

Text Example


Text Example

White with #128CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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