Html Css Color HEX #128FBC Bondi Blue

📋 copy color: '#128FBC'

red 18 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #128FBC

Tints of Bondi Blue #128FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.97%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 5.16%
G = 40.97%
B = 53.87%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#128FBC (or 0x128FBC) is known color: Bondi Blue. HEX triplet: 12, 8F and BC. RGB value is (18,143,188). Sum of RGB (Red+Green+Blue) = 18+143+188=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #128FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FBC is #ED7043. Grayscale: #6E6E6E. Windows color (decimal): -15560772 or 12357394. OLE color: 12357394.

HSL color Cylindrical-coordinate representation of color #128FBC: hue angle of 195.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128FBC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 143 188 -
CMYK 0.90 0.24 0 0.26
HSL 195.88º 0.83% 0.4% -
HSV(B) 195.88º 0.9% 0.74% -
XYZ 19.15 23.4 51.09 -
YUV 110.76 171.59 61.84 -
System Red Green Blue C M Y K H S L
Decimal 18 143 188 0.90 0.24 0 0.26 195.88 0.83 0.4
Hex 12 8F BC 5A 18 0 1A C4 53 28
Octal 22 217 274 132 30 0 32 304 123 50
Binary 10010 10001111 10111100 1011010 11000 0 11010 11000100 1010011 101000

Color Harmonies of #128FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FBC

Black with #128FBC

Text Example


Text Example

White with #128FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,143,188); }

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

background-color css

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

 a { background-color: rgb(18,143,188); }

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

border-color css

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

 span { border-color: rgb(18,143,188); }

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