Html Css Color HEX #128DC0 Bondi Blue

📋 copy color: '#128DC0'

red 18 ◦ green 141 ◦ blue 192

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

Shades of Bondi Blue #128DC0

Tints of Bondi Blue #128DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.7%

R = 5.13%
G = 40.17%
B = 54.7%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#128DC0 (or 0x128DC0) is known color: Bondi Blue. HEX triplet: 12, 8D and C0. RGB value is (18,141,192). Sum of RGB (Red+Green+Blue) = 18+141+192=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #128DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DC0 is #ED723F. Grayscale: #6D6D6D. Windows color (decimal): -15561280 or 12619026. OLE color: 12619026.

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

Color convert

RGB 18 141 192 -
CMYK 0.91 0.27 0 0.25
HSL 197.59º 0.83% 0.41% -
HSV(B) 197.59º 0.91% 0.75% -
XYZ 19.29 22.98 53.29 -
YUV 110.04 174.25 62.35 -
System Red Green Blue C M Y K H S L
Decimal 18 141 192 0.91 0.27 0 0.25 197.59 0.83 0.41
Hex 12 8D C0 5B 1B 0 19 C6 53 29
Octal 22 215 300 133 33 0 31 306 123 51
Binary 10010 10001101 11000000 1011011 11011 0 11001 11000110 1010011 101001

Color Harmonies of #128DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DC0

Black with #128DC0

Text Example


Text Example

White with #128DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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