Html Css Color HEX #1586BC Bondi Blue

📋 copy color: '#1586BC'

red 21 ◦ green 134 ◦ blue 188

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

Shades of Bondi Blue #1586BC

Tints of Bondi Blue #1586BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.07%

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 6.12%
G = 39.07%
B = 54.81%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1586BC (or 0x1586BC) is known color: Bondi Blue. HEX triplet: 15, 86 and BC. RGB value is (21,134,188). Sum of RGB (Red+Green+Blue) = 21+134+188=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #1586BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586BC is #EA7943. Grayscale: #6A6A6A. Windows color (decimal): -15366468 or 12355093. OLE color: 12355093.

HSL color Cylindrical-coordinate representation of color #1586BC: hue angle of 199.4º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1586BC is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 134 188 -
CMYK 0.89 0.29 0 0.26
HSL 199.4º 0.8% 0.41% -
HSV(B) 199.4º 0.89% 0.74% -
XYZ 17.91 20.84 50.66 -
YUV 106.37 174.06 67.11 -
System Red Green Blue C M Y K H S L
Decimal 21 134 188 0.89 0.29 0 0.26 199.4 0.8 0.41
Hex 15 86 BC 59 1D 0 1A C7 50 29
Octal 25 206 274 131 35 0 32 307 120 51
Binary 10101 10000110 10111100 1011001 11101 0 11010 11000111 1010000 101001

Color Harmonies of #1586BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586BC

Black with #1586BC

Text Example


Text Example

White with #1586BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1586BC; }

 p { color: rgb(21,134,188); }

 H1.HeaderClassName
 {
   color: #1586BC;
 }
 .AnyTagClassName
 {
   color: #1586BC;
 }
</style>

background-color css

<style>
 a { background-color: #1586BC; }

 a { background-color: rgb(21,134,188); }

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

border-color css

<style>
 span { border-color: #1586BC; }

 span { border-color: rgb(21,134,188); }

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