Html Css Color HEX #128CBB Bondi Blue

📋 copy color: '#128CBB'

red 18 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #128CBB

Tints of Bondi Blue #128CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 5.22%
G = 40.58%
B = 54.2%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#128CBB (or 0x128CBB) is known color: Bondi Blue. HEX triplet: 12, 8C and BB. RGB value is (18,140,187). Sum of RGB (Red+Green+Blue) = 18+140+187=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #128CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CBB is #ED7344. Grayscale: #6C6C6C. Windows color (decimal): -15561541 or 12291090. OLE color: 12291090.

HSL color Cylindrical-coordinate representation of color #128CBB: hue angle of 196.69º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128CBB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 140 187 -
CMYK 0.90 0.25 0 0.27
HSL 196.69º 0.82% 0.4% -
HSV(B) 196.69º 0.9% 0.73% -
XYZ 18.6 22.47 50.37 -
YUV 108.88 172.08 63.18 -
System Red Green Blue C M Y K H S L
Decimal 18 140 187 0.90 0.25 0 0.27 196.69 0.82 0.4
Hex 12 8C BB 5A 19 0 1B C5 52 28
Octal 22 214 273 132 31 0 33 305 122 50
Binary 10010 10001100 10111011 1011010 11001 0 11011 11000101 1010010 101000

Color Harmonies of #128CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CBB

Black with #128CBB

Text Example


Text Example

White with #128CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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