Html Css Color HEX #128DB8 Bondi Blue

📋 copy color: '#128DB8'

red 18 ◦ green 141 ◦ blue 184

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

Shades of Bondi Blue #128DB8

Tints of Bondi Blue #128DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.64%

R = 5.25%
G = 41.11%
B = 53.64%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#128DB8 (or 0x128DB8) is known color: Bondi Blue. HEX triplet: 12, 8D and B8. RGB value is (18,141,184). Sum of RGB (Red+Green+Blue) = 18+141+184=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 184 (72.27% from 255 or 53.64% from 343); Max value from RGB is 184 - color contains mainly: blue. Hex color #128DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DB8 is #ED7247. Grayscale: #6C6C6C. Windows color (decimal): -15561288 or 12094738. OLE color: 12094738.

HSL color Cylindrical-coordinate representation of color #128DB8: hue angle of 195.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128DB8 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 141 184 -
CMYK 0.90 0.23 0 0.28
HSL 195.54º 0.82% 0.4% -
HSV(B) 195.54º 0.9% 0.72% -
XYZ 18.43 22.64 48.75 -
YUV 109.13 170.25 63 -
System Red Green Blue C M Y K H S L
Decimal 18 141 184 0.90 0.23 0 0.28 195.54 0.82 0.4
Hex 12 8D B8 5A 17 0 1C C4 52 28
Octal 22 215 270 132 27 0 34 304 122 50
Binary 10010 10001101 10111000 1011010 10111 0 11100 11000100 1010010 101000

Color Harmonies of #128DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DB8

Black with #128DB8

Text Example


Text Example

White with #128DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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