Html Css Color HEX #1583BD Bondi Blue

📋 copy color: '#1583BD'

red 21 ◦ green 131 ◦ blue 189

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

Shades of Bondi Blue #1583BD

Tints of Bondi Blue #1583BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 6.16%
G = 38.42%
B = 55.43%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1583BD (or 0x1583BD) is known color: Bondi Blue. HEX triplet: 15, 83 and BD. RGB value is (21,131,189). Sum of RGB (Red+Green+Blue) = 21+131+189=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #1583BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583BD is #EA7C42. Grayscale: #686868. Windows color (decimal): -15367235 or 12419861. OLE color: 12419861.

HSL color Cylindrical-coordinate representation of color #1583BD: hue angle of 200.71º 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 #1583BD is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 131 189 -
CMYK 0.89 0.31 0 0.26
HSL 200.71º 0.8% 0.41% -
HSV(B) 200.71º 0.89% 0.74% -
XYZ 17.61 20.07 51.09 -
YUV 104.72 175.56 68.28 -
System Red Green Blue C M Y K H S L
Decimal 21 131 189 0.89 0.31 0 0.26 200.71 0.8 0.41
Hex 15 83 BD 59 1F 0 1A C9 50 29
Octal 25 203 275 131 37 0 32 311 120 51
Binary 10101 10000011 10111101 1011001 11111 0 11010 11001001 1010000 101001

Color Harmonies of #1583BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1583BD

Black with #1583BD

Text Example


Text Example

White with #1583BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1583BD; }

 p { color: rgb(21,131,189); }

 H1.HeaderClassName
 {
   color: #1583BD;
 }
 .AnyTagClassName
 {
   color: #1583BD;
 }
</style>

background-color css

<style>
 a { background-color: #1583BD; }

 a { background-color: rgb(21,131,189); }

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

border-color css

<style>
 span { border-color: #1583BD; }

 span { border-color: rgb(21,131,189); }

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