Html Css Color HEX #158CC0 Bondi Blue

📋 copy color: '#158CC0'

red 21 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #158CC0

Tints of Bondi Blue #158CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

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

R = 5.95%
G = 39.66%
B = 54.39%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#158CC0 (or 0x158CC0) is known color: Bondi Blue. HEX triplet: 15, 8C and C0. RGB value is (21,140,192). Sum of RGB (Red+Green+Blue) = 21+140+192=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #158CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CC0 is #EA733F. Grayscale: #6E6E6E. Windows color (decimal): -15364928 or 12618773. OLE color: 12618773.

HSL color Cylindrical-coordinate representation of color #158CC0: hue angle of 198.25º 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 #158CC0 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 140 192 -
CMYK 0.89 0.27 0 0.25
HSL 198.25º 0.8% 0.42% -
HSV(B) 198.25º 0.89% 0.75% -
XYZ 19.2 22.72 53.24 -
YUV 110.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 21 140 192 0.89 0.27 0 0.25 198.25 0.8 0.42
Hex 15 8C C0 59 1B 0 19 C6 50 2A
Octal 25 214 300 131 33 0 31 306 120 52
Binary 10101 10001100 11000000 1011001 11011 0 11001 11000110 1010000 101010

Color Harmonies of #158CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158CC0

Black with #158CC0

Text Example


Text Example

White with #158CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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