Html Css Color HEX #128CC0 Bondi Blue

📋 copy color: '#128CC0'

red 18 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #128CC0

Tints of Bondi Blue #128CC0

RGB

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

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

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

R = 5.14%
G = 40%
B = 54.86%

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

#128CC0 (or 0x128CC0) is known color: Bondi Blue. HEX triplet: 12, 8C and C0. RGB value is (18,140,192). Sum of RGB (Red+Green+Blue) = 18+140+192=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #128CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CC0 is #ED733F. Grayscale: #6D6D6D. Windows color (decimal): -15561536 or 12618770. OLE color: 12618770.

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

Color convert

RGB 18 140 192 -
CMYK 0.91 0.27 0 0.25
HSL 197.93º 0.83% 0.41% -
HSV(B) 197.93º 0.91% 0.75% -
XYZ 19.14 22.69 53.24 -
YUV 109.45 174.58 62.77 -
System Red Green Blue C M Y K H S L
Decimal 18 140 192 0.91 0.27 0 0.25 197.93 0.83 0.41
Hex 12 8C C0 5B 1B 0 19 C6 53 29
Octal 22 214 300 133 33 0 31 306 123 51
Binary 10010 10001100 11000000 1011011 11011 0 11001 11000110 1010011 101001

Color Harmonies of #128CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CC0

Black with #128CC0

Text Example


Text Example

White with #128CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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