Html Css Color HEX #128CB3 Bondi Blue

📋 copy color: '#128CB3'

red 18 ◦ green 140 ◦ blue 179

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

Shades of Bondi Blue #128CB3

Tints of Bondi Blue #128CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.12%

R = 5.34%
G = 41.54%
B = 53.12%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#128CB3 (or 0x128CB3) is known color: Bondi Blue. HEX triplet: 12, 8C and B3. RGB value is (18,140,179). Sum of RGB (Red+Green+Blue) = 18+140+179=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #128CB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CB3 is #ED734C. Grayscale: #6B6B6B. Windows color (decimal): -15561549 or 11766802. OLE color: 11766802.

HSL color Cylindrical-coordinate representation of color #128CB3: hue angle of 194.53º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128CB3 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 140 179 -
CMYK 0.90 0.22 0 0.30
HSL 194.53º 0.82% 0.39% -
HSV(B) 194.53º 0.9% 0.7% -
XYZ 17.76 22.14 45.98 -
YUV 107.97 168.08 63.83 -
System Red Green Blue C M Y K H S L
Decimal 18 140 179 0.90 0.22 0 0.30 194.53 0.82 0.39
Hex 12 8C B3 5A 16 0 1E C3 52 27
Octal 22 214 263 132 26 0 36 303 122 47
Binary 10010 10001100 10110011 1011010 10110 0 11110 11000011 1010010 100111

Color Harmonies of #128CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CB3

Black with #128CB3

Text Example


Text Example

White with #128CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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