Html Css Color HEX #128FB4 Bondi Blue

📋 copy color: '#128FB4'

red 18 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #128FB4

Tints of Bondi Blue #128FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.94%

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

R = 5.28%
G = 41.94%
B = 52.79%

CMYK

 C value IS 0.9

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#128FB4 (or 0x128FB4) is known color: Bondi Blue. HEX triplet: 12, 8F and B4. RGB value is (18,143,180). Sum of RGB (Red+Green+Blue) = 18+143+180=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #128FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FB4 is #ED704B. Grayscale: #6D6D6D. Windows color (decimal): -15560780 or 11833106. OLE color: 11833106.

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

Color convert

RGB 18 143 180 -
CMYK 0.9 0.21 0 0.29
HSL 193.7º 0.82% 0.39% -
HSV(B) 193.7º 0.9% 0.71% -
XYZ 18.31 23.07 46.67 -
YUV 109.84 167.59 62.49 -
System Red Green Blue C M Y K H S L
Decimal 18 143 180 0.9 0.21 0 0.29 193.7 0.82 0.39
Hex 12 8F B4 5A 15 0 1D C2 52 27
Octal 22 217 264 132 25 0 35 302 122 47
Binary 10010 10001111 10110100 1011010 10101 0 11101 11000010 1010010 100111

Color Harmonies of #128FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FB4

Black with #128FB4

Text Example


Text Example

White with #128FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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