Html Css Color HEX #128DB1 Bondi Blue

📋 copy color: '#128DB1'

red 18 ◦ green 141 ◦ blue 177

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

Shades of Bondi Blue #128DB1

Tints of Bondi Blue #128DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.68%

R = 5.36%
G = 41.96%
B = 52.68%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#128DB1 (or 0x128DB1) is known color: Bondi Blue. HEX triplet: 12, 8D and B1. RGB value is (18,141,177). Sum of RGB (Red+Green+Blue) = 18+141+177=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #128DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DB1 is #ED724E. Grayscale: #6C6C6C. Windows color (decimal): -15561295 or 11635986. OLE color: 11635986.

HSL color Cylindrical-coordinate representation of color #128DB1: hue angle of 193.58º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128DB1 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 141 177 -
CMYK 0.90 0.20 0 0.31
HSL 193.58º 0.82% 0.38% -
HSV(B) 193.58º 0.9% 0.69% -
XYZ 17.71 22.35 44.98 -
YUV 108.33 166.75 63.57 -
System Red Green Blue C M Y K H S L
Decimal 18 141 177 0.90 0.20 0 0.31 193.58 0.82 0.38
Hex 12 8D B1 5A 14 0 1F C2 52 26
Octal 22 215 261 132 24 0 37 302 122 46
Binary 10010 10001101 10110001 1011010 10100 0 11111 11000010 1010010 100110

Color Harmonies of #128DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DB1

Black with #128DB1

Text Example


Text Example

White with #128DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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