Html Css Color HEX #15BACE Iris Blue

📋 copy color: '#15BACE'

red 21 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #15BACE

Tints of Iris Blue #15BACE

RGB

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

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

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

R = 5.08%
G = 45.04%
B = 49.88%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15BACE (or 0x15BACE) is known color: Iris Blue. HEX triplet: 15, BA and CE. RGB value is (21,186,206). Sum of RGB (Red+Green+Blue) = 21+186+206=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #15BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BACE is #EA4531. Grayscale: #8A8A8A. Windows color (decimal): -15353138 or 13548053. OLE color: 13548053.

HSL color Cylindrical-coordinate representation of color #15BACE: hue angle of 186.49º 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 #15BACE is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 186 206 -
CMYK 0.90 0.10 0 0.19
HSL 186.49º 0.81% 0.45% -
HSV(B) 186.49º 0.9% 0.81% -
XYZ 29.01 39.73 64.53 -
YUV 138.95 165.84 43.87 -
System Red Green Blue C M Y K H S L
Decimal 21 186 206 0.90 0.10 0 0.19 186.49 0.81 0.45
Hex 15 BA CE 5A A 0 13 BA 51 2D
Octal 25 272 316 132 12 0 23 272 121 55
Binary 10101 10111010 11001110 1011010 1010 0 10011 10111010 1010001 101101

Color Harmonies of #15BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BACE

Black with #15BACE

Text Example


Text Example

White with #15BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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