Html Css Color HEX #158CC1 Bondi Blue

📋 copy color: '#158CC1'

red 21 ◦ green 140 ◦ blue 193

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

Shades of Bondi Blue #158CC1

Tints of Bondi Blue #158CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.52%

R = 5.93%
G = 39.55%
B = 54.52%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#158CC1 (or 0x158CC1) is known color: Bondi Blue. HEX triplet: 15, 8C and C1. RGB value is (21,140,193). Sum of RGB (Red+Green+Blue) = 21+140+193=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #158CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CC1 is #EA733E. Grayscale: #6E6E6E. Windows color (decimal): -15364927 or 12684309. OLE color: 12684309.

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

Color convert

RGB 21 140 193 -
CMYK 0.89 0.27 0 0.24
HSL 198.49º 0.8% 0.42% -
HSV(B) 198.49º 0.89% 0.76% -
XYZ 19.31 22.77 53.83 -
YUV 110.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 21 140 193 0.89 0.27 0 0.24 198.49 0.8 0.42
Hex 15 8C C1 59 1B 0 18 C6 50 2A
Octal 25 214 301 131 33 0 30 306 120 52
Binary 10101 10001100 11000001 1011001 11011 0 11000 11000110 1010000 101010

Color Harmonies of #158CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158CC1

Black with #158CC1

Text Example


Text Example

White with #158CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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