Html Css Color HEX #158AC0 Bondi Blue

📋 copy color: '#158AC0'

red 21 ◦ green 138 ◦ blue 192

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

Shades of Bondi Blue #158AC0

Tints of Bondi Blue #158AC0

RGB

 RED value IS 21 (8.59% from 255) = 5.98%

 GREEN value IS 138 (54.3% from 255) = 39.32%

 BLUE value IS 192 (75.39% from 255) = 54.7%

R = 5.98%
G = 39.32%
B = 54.7%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#158AC0 (or 0x158AC0) is known color: Bondi Blue. HEX triplet: 15, 8A and C0. RGB value is (21,138,192). Sum of RGB (Red+Green+Blue) = 21+138+192=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #158AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158AC0 is #EA753F. Grayscale: #6C6C6C. Windows color (decimal): -15365440 or 12618261. OLE color: 12618261.

HSL color Cylindrical-coordinate representation of color #158AC0: hue angle of 198.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158AC0 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 138 192 -
CMYK 0.89 0.28 0 0.25
HSL 198.95º 0.8% 0.42% -
HSV(B) 198.95º 0.89% 0.75% -
XYZ 18.91 22.14 53.15 -
YUV 109.17 174.74 65.11 -
System Red Green Blue C M Y K H S L
Decimal 21 138 192 0.89 0.28 0 0.25 198.95 0.8 0.42
Hex 15 8A C0 59 1C 0 19 C7 50 2A
Octal 25 212 300 131 34 0 31 307 120 52
Binary 10101 10001010 11000000 1011001 11100 0 11001 11000111 1010000 101010

Color Harmonies of #158AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158AC0

Black with #158AC0

Text Example


Text Example

White with #158AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158AC0; }

 p { color: rgb(21,138,192); }

 H1.HeaderClassName
 {
   color: #158AC0;
 }
 .AnyTagClassName
 {
   color: #158AC0;
 }
</style>

background-color css

<style>
 a { background-color: #158AC0; }

 a { background-color: rgb(21,138,192); }

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

border-color css

<style>
 span { border-color: #158AC0; }

 span { border-color: rgb(21,138,192); }

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