Html Css Color HEX #128DB6 Bondi Blue

📋 copy color: '#128DB6'

red 18 ◦ green 141 ◦ blue 182

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

Shades of Bondi Blue #128DB6

Tints of Bondi Blue #128DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.37%

R = 5.28%
G = 41.35%
B = 53.37%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#128DB6 (or 0x128DB6) is known color: Bondi Blue. HEX triplet: 12, 8D and B6. RGB value is (18,141,182). Sum of RGB (Red+Green+Blue) = 18+141+182=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #128DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DB6 is #ED7249. Grayscale: #6C6C6C. Windows color (decimal): -15561290 or 11963666. OLE color: 11963666.

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

Color convert

RGB 18 141 182 -
CMYK 0.90 0.23 0 0.29
HSL 195º 0.82% 0.39% -
HSV(B) 195º 0.9% 0.71% -
XYZ 18.22 22.56 47.65 -
YUV 108.9 169.25 63.17 -
System Red Green Blue C M Y K H S L
Decimal 18 141 182 0.90 0.23 0 0.29 195 0.82 0.39
Hex 12 8D B6 5A 17 0 1D C3 52 27
Octal 22 215 266 132 27 0 35 303 122 47
Binary 10010 10001101 10110110 1011010 10111 0 11101 11000011 1010010 100111

Color Harmonies of #128DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DB6

Black with #128DB6

Text Example


Text Example

White with #128DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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