Html Css Color HEX #128EC1 Bondi Blue

📋 copy color: '#128EC1'

red 18 ◦ green 142 ◦ blue 193

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

Shades of Bondi Blue #128EC1

Tints of Bondi Blue #128EC1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.23%

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 5.1%
G = 40.23%
B = 54.67%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#128EC1 (or 0x128EC1) is known color: Bondi Blue. HEX triplet: 12, 8E and C1. RGB value is (18,142,193). Sum of RGB (Red+Green+Blue) = 18+142+193=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #128EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EC1 is #ED713E. Grayscale: #6E6E6E. Windows color (decimal): -15561023 or 12684818. OLE color: 12684818.

HSL color Cylindrical-coordinate representation of color #128EC1: hue angle of 197.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128EC1 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 142 193 -
CMYK 0.91 0.26 0 0.24
HSL 197.49º 0.83% 0.41% -
HSV(B) 197.49º 0.91% 0.76% -
XYZ 19.55 23.32 53.92 -
YUV 110.74 174.42 61.85 -
System Red Green Blue C M Y K H S L
Decimal 18 142 193 0.91 0.26 0 0.24 197.49 0.83 0.41
Hex 12 8E C1 5B 1A 0 18 C5 53 29
Octal 22 216 301 133 32 0 30 305 123 51
Binary 10010 10001110 11000001 1011011 11010 0 11000 11000101 1010011 101001

Color Harmonies of #128EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EC1

Black with #128EC1

Text Example


Text Example

White with #128EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,142,193); }

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

background-color css

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

 a { background-color: rgb(18,142,193); }

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

border-color css

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

 span { border-color: rgb(18,142,193); }

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