Html Css Color HEX #15ABCE Iris Blue

📋 copy color: '#15ABCE'

red 21 ◦ green 171 ◦ blue 206

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

Shades of Iris Blue #15ABCE

Tints of Iris Blue #15ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 5.28%
G = 42.96%
B = 51.76%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15ABCE (or 0x15ABCE) is known color: Iris Blue. HEX triplet: 15, AB and CE. RGB value is (21,171,206). Sum of RGB (Red+Green+Blue) = 21+171+206=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #15ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ABCE is #EA5431. Grayscale: #818181. Windows color (decimal): -15356978 or 13544213. OLE color: 13544213.

HSL color Cylindrical-coordinate representation of color #15ABCE: hue angle of 191.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ABCE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 171 206 -
CMYK 0.90 0.17 0 0.19
HSL 191.35º 0.81% 0.45% -
HSV(B) 191.35º 0.9% 0.81% -
XYZ 26.01 33.74 63.53 -
YUV 130.14 170.81 50.15 -
System Red Green Blue C M Y K H S L
Decimal 21 171 206 0.90 0.17 0 0.19 191.35 0.81 0.45
Hex 15 AB CE 5A 11 0 13 BF 51 2D
Octal 25 253 316 132 21 0 23 277 121 55
Binary 10101 10101011 11001110 1011010 10001 0 10011 10111111 1010001 101101

Color Harmonies of #15ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ABCE

Black with #15ABCE

Text Example


Text Example

White with #15ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,171,206); }

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

background-color css

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

 a { background-color: rgb(21,171,206); }

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

border-color css

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

 span { border-color: rgb(21,171,206); }

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