Html Css Color HEX #128FBB Bondi Blue

📋 copy color: '#128FBB'

red 18 ◦ green 143 ◦ blue 187

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

Shades of Bondi Blue #128FBB

Tints of Bondi Blue #128FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 5.17%
G = 41.09%
B = 53.74%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#128FBB (or 0x128FBB) is known color: Bondi Blue. HEX triplet: 12, 8F and BB. RGB value is (18,143,187). Sum of RGB (Red+Green+Blue) = 18+143+187=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #128FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FBB is #ED7044. Grayscale: #6E6E6E. Windows color (decimal): -15560773 or 12291858. OLE color: 12291858.

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

Color convert

RGB 18 143 187 -
CMYK 0.90 0.24 0 0.27
HSL 195.62º 0.82% 0.4% -
HSV(B) 195.62º 0.9% 0.73% -
XYZ 19.04 23.36 50.52 -
YUV 110.64 171.09 61.92 -
System Red Green Blue C M Y K H S L
Decimal 18 143 187 0.90 0.24 0 0.27 195.62 0.82 0.4
Hex 12 8F BB 5A 18 0 1B C4 52 28
Octal 22 217 273 132 30 0 33 304 122 50
Binary 10010 10001111 10111011 1011010 11000 0 11011 11000100 1010010 101000

Color Harmonies of #128FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FBB

Black with #128FBB

Text Example


Text Example

White with #128FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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