Html Css Color HEX #1586BE Bondi Blue

📋 copy color: '#1586BE'

red 21 ◦ green 134 ◦ blue 190

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

Shades of Bondi Blue #1586BE

Tints of Bondi Blue #1586BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 6.09%
G = 38.84%
B = 55.07%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1586BE (or 0x1586BE) is known color: Bondi Blue. HEX triplet: 15, 86 and BE. RGB value is (21,134,190). Sum of RGB (Red+Green+Blue) = 21+134+190=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #1586BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586BE is #EA7941. Grayscale: #6A6A6A. Windows color (decimal): -15366466 or 12486165. OLE color: 12486165.

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

Color convert

RGB 21 134 190 -
CMYK 0.89 0.29 0 0.25
HSL 199.88º 0.8% 0.41% -
HSV(B) 199.88º 0.89% 0.75% -
XYZ 18.13 20.93 51.8 -
YUV 106.6 175.06 66.95 -
System Red Green Blue C M Y K H S L
Decimal 21 134 190 0.89 0.29 0 0.25 199.88 0.8 0.41
Hex 15 86 BE 59 1D 0 19 C8 50 29
Octal 25 206 276 131 35 0 31 310 120 51
Binary 10101 10000110 10111110 1011001 11101 0 11001 11001000 1010000 101001

Color Harmonies of #1586BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586BE

Black with #1586BE

Text Example


Text Example

White with #1586BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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