Html Css Color HEX #128AB3 Bondi Blue

📋 copy color: '#128AB3'

red 18 ◦ green 138 ◦ blue 179

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

Shades of Bondi Blue #128AB3

Tints of Bondi Blue #128AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.19%

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

R = 5.37%
G = 41.19%
B = 53.43%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#128AB3 (or 0x128AB3) is known color: Bondi Blue. HEX triplet: 12, 8A and B3. RGB value is (18,138,179). Sum of RGB (Red+Green+Blue) = 18+138+179=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #128AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128AB3 is #ED754C. Grayscale: #6A6A6A. Windows color (decimal): -15562061 or 11766290. OLE color: 11766290.

HSL color Cylindrical-coordinate representation of color #128AB3: hue angle of 195.28º 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 #128AB3 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 138 179 -
CMYK 0.90 0.23 0 0.30
HSL 195.28º 0.82% 0.39% -
HSV(B) 195.28º 0.9% 0.7% -
XYZ 17.47 21.56 45.89 -
YUV 106.79 168.74 64.67 -
System Red Green Blue C M Y K H S L
Decimal 18 138 179 0.90 0.23 0 0.30 195.28 0.82 0.39
Hex 12 8A B3 5A 17 0 1E C3 52 27
Octal 22 212 263 132 27 0 36 303 122 47
Binary 10010 10001010 10110011 1011010 10111 0 11110 11000011 1010010 100111

Color Harmonies of #128AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AB3

Black with #128AB3

Text Example


Text Example

White with #128AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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