Html Css Color HEX #128AB4 Bondi Blue

📋 copy color: '#128AB4'

red 18 ◦ green 138 ◦ blue 180

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

Shades of Bondi Blue #128AB4

Tints of Bondi Blue #128AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.57%

R = 5.36%
G = 41.07%
B = 53.57%

CMYK

 C value IS 0.9

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#128AB4 (or 0x128AB4) is known color: Bondi Blue. HEX triplet: 12, 8A and B4. RGB value is (18,138,180). Sum of RGB (Red+Green+Blue) = 18+138+180=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #128AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128AB4 is #ED754B. Grayscale: #6A6A6A. Windows color (decimal): -15562060 or 11831826. OLE color: 11831826.

HSL color Cylindrical-coordinate representation of color #128AB4: hue angle of 195.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128AB4 is Cyan = 0.9, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 138 180 -
CMYK 0.9 0.23 0 0.29
HSL 195.56º 0.82% 0.39% -
HSV(B) 195.56º 0.9% 0.71% -
XYZ 17.58 21.6 46.42 -
YUV 106.91 169.24 64.58 -
System Red Green Blue C M Y K H S L
Decimal 18 138 180 0.9 0.23 0 0.29 195.56 0.82 0.39
Hex 12 8A B4 5A 17 0 1D C4 52 27
Octal 22 212 264 132 27 0 35 304 122 47
Binary 10010 10001010 10110100 1011010 10111 0 11101 11000100 1010010 100111

Color Harmonies of #128AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AB4

Black with #128AB4

Text Example


Text Example

White with #128AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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