Html Css Color HEX #1583C0 Bondi Blue

📋 copy color: '#1583C0'

red 21 ◦ green 131 ◦ blue 192

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

Shades of Bondi Blue #1583C0

Tints of Bondi Blue #1583C0

RGB

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

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

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

R = 6.1%
G = 38.08%
B = 55.81%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1583C0 (or 0x1583C0) is known color: Bondi Blue. HEX triplet: 15, 83 and C0. RGB value is (21,131,192). Sum of RGB (Red+Green+Blue) = 21+131+192=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #1583C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583C0 is #EA7C3F. Grayscale: #686868. Windows color (decimal): -15367232 or 12616469. OLE color: 12616469.

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

Color convert

RGB 21 131 192 -
CMYK 0.89 0.32 0 0.25
HSL 201.4º 0.8% 0.42% -
HSV(B) 201.4º 0.89% 0.75% -
XYZ 17.94 20.2 52.82 -
YUV 105.06 177.06 68.04 -
System Red Green Blue C M Y K H S L
Decimal 21 131 192 0.89 0.32 0 0.25 201.4 0.8 0.42
Hex 15 83 C0 59 20 0 19 C9 50 2A
Octal 25 203 300 131 40 0 31 311 120 52
Binary 10101 10000011 11000000 1011001 100000 0 11001 11001001 1010000 101010

Color Harmonies of #1583C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1583C0

Black with #1583C0

Text Example


Text Example

White with #1583C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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