Html Css Color HEX #15BACD Iris Blue

📋 copy color: '#15BACD'

red 21 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #15BACD

Tints of Iris Blue #15BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.15%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 5.1%
G = 45.15%
B = 49.76%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15BACD (or 0x15BACD) is known color: Iris Blue. HEX triplet: 15, BA and CD. RGB value is (21,186,205). Sum of RGB (Red+Green+Blue) = 21+186+205=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #15BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BACD is #EA4532. Grayscale: #8A8A8A. Windows color (decimal): -15353139 or 13482517. OLE color: 13482517.

HSL color Cylindrical-coordinate representation of color #15BACD: hue angle of 186.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BACD is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 186 205 -
CMYK 0.90 0.09 0 0.20
HSL 186.2º 0.81% 0.44% -
HSV(B) 186.2º 0.9% 0.8% -
XYZ 28.89 39.69 63.9 -
YUV 138.83 165.34 43.96 -
System Red Green Blue C M Y K H S L
Decimal 21 186 205 0.90 0.09 0 0.20 186.2 0.81 0.44
Hex 15 BA CD 5A 9 0 14 BA 51 2C
Octal 25 272 315 132 11 0 24 272 121 54
Binary 10101 10111010 11001101 1011010 1001 0 10100 10111010 1010001 101100

Color Harmonies of #15BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BACD

Black with #15BACD

Text Example


Text Example

White with #15BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15BACD; }

 p { color: rgb(21,186,205); }

 H1.HeaderClassName
 {
   color: #15BACD;
 }
 .AnyTagClassName
 {
   color: #15BACD;
 }
</style>

background-color css

<style>
 a { background-color: #15BACD; }

 a { background-color: rgb(21,186,205); }

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

border-color css

<style>
 span { border-color: #15BACD; }

 span { border-color: rgb(21,186,205); }

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