Html Css Color HEX #128DB0 Bondi Blue

📋 copy color: '#128DB0'

red 18 ◦ green 141 ◦ blue 176

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

Shades of Bondi Blue #128DB0

Tints of Bondi Blue #128DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.54%

R = 5.37%
G = 42.09%
B = 52.54%

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

#128DB0 (or 0x128DB0) is known color: Bondi Blue. HEX triplet: 12, 8D and B0. RGB value is (18,141,176). Sum of RGB (Red+Green+Blue) = 18+141+176=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #128DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DB0 is #ED724F. Grayscale: #6B6B6B. Windows color (decimal): -15561296 or 11570450. OLE color: 11570450.

HSL color Cylindrical-coordinate representation of color #128DB0: hue angle of 193.29º degrees, saturation: 0.81, 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 #128DB0 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 141 176 -
CMYK 0.90 0.20 0 0.31
HSL 193.29º 0.81% 0.38% -
HSV(B) 193.29º 0.9% 0.69% -
XYZ 17.61 22.31 44.45 -
YUV 108.21 166.25 63.65 -
System Red Green Blue C M Y K H S L
Decimal 18 141 176 0.90 0.20 0 0.31 193.29 0.81 0.38
Hex 12 8D B0 5A 14 0 1F C1 51 26
Octal 22 215 260 132 24 0 37 301 121 46
Binary 10010 10001101 10110000 1011010 10100 0 11111 11000001 1010001 100110

Color Harmonies of #128DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DB0

Black with #128DB0

Text Example


Text Example

White with #128DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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