Html Css Color HEX #128DBA Bondi Blue

📋 copy color: '#128DBA'

red 18 ◦ green 141 ◦ blue 186

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

Shades of Bondi Blue #128DBA

Tints of Bondi Blue #128DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.87%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 5.22%
G = 40.87%
B = 53.91%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#128DBA (or 0x128DBA) is known color: Bondi Blue. HEX triplet: 12, 8D and BA. RGB value is (18,141,186). Sum of RGB (Red+Green+Blue) = 18+141+186=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #128DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DBA is #ED7245. Grayscale: #6D6D6D. Windows color (decimal): -15561286 or 12225810. OLE color: 12225810.

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

Color convert

RGB 18 141 186 -
CMYK 0.90 0.24 0 0.27
HSL 196.07º 0.82% 0.4% -
HSV(B) 196.07º 0.9% 0.73% -
XYZ 18.64 22.72 49.86 -
YUV 109.35 171.25 62.84 -
System Red Green Blue C M Y K H S L
Decimal 18 141 186 0.90 0.24 0 0.27 196.07 0.82 0.4
Hex 12 8D BA 5A 18 0 1B C4 52 28
Octal 22 215 272 132 30 0 33 304 122 50
Binary 10010 10001101 10111010 1011010 11000 0 11011 11000100 1010010 101000

Color Harmonies of #128DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DBA

Black with #128DBA

Text Example


Text Example

White with #128DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,141,186); }

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

background-color css

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

 a { background-color: rgb(18,141,186); }

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

border-color css

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

 span { border-color: rgb(18,141,186); }

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