Html Css Color HEX #128FBF Bondi Blue

📋 copy color: '#128FBF'

red 18 ◦ green 143 ◦ blue 191

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

Shades of Bondi Blue #128FBF

Tints of Bondi Blue #128FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 5.11%
G = 40.63%
B = 54.26%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#128FBF (or 0x128FBF) is known color: Bondi Blue. HEX triplet: 12, 8F and BF. RGB value is (18,143,191). Sum of RGB (Red+Green+Blue) = 18+143+191=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #128FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FBF is #ED7040. Grayscale: #6E6E6E. Windows color (decimal): -15560769 or 12554002. OLE color: 12554002.

HSL color Cylindrical-coordinate representation of color #128FBF: hue angle of 196.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128FBF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 143 191 -
CMYK 0.91 0.25 0 0.25
HSL 196.65º 0.83% 0.41% -
HSV(B) 196.65º 0.91% 0.75% -
XYZ 19.48 23.54 52.81 -
YUV 111.1 173.09 61.6 -
System Red Green Blue C M Y K H S L
Decimal 18 143 191 0.91 0.25 0 0.25 196.65 0.83 0.41
Hex 12 8F BF 5B 19 0 19 C5 53 29
Octal 22 217 277 133 31 0 31 305 123 51
Binary 10010 10001111 10111111 1011011 11001 0 11001 11000101 1010011 101001

Color Harmonies of #128FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FBF

Black with #128FBF

Text Example


Text Example

White with #128FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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