Html Css Color HEX #15BACB Iris Blue

📋 copy color: '#15BACB'

red 21 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #15BACB

Tints of Iris Blue #15BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 5.12%
G = 45.37%
B = 49.51%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15BACB (or 0x15BACB) is known color: Iris Blue. HEX triplet: 15, BA and CB. RGB value is (21,186,203). Sum of RGB (Red+Green+Blue) = 21+186+203=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #15BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BACB is #EA4534. Grayscale: #8A8A8A. Windows color (decimal): -15353141 or 13351445. OLE color: 13351445.

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

Color convert

RGB 21 186 203 -
CMYK 0.90 0.08 0 0.20
HSL 185.6º 0.81% 0.44% -
HSV(B) 185.6º 0.9% 0.8% -
XYZ 28.65 39.59 62.63 -
YUV 138.6 164.34 44.12 -
System Red Green Blue C M Y K H S L
Decimal 21 186 203 0.90 0.08 0 0.20 185.6 0.81 0.44
Hex 15 BA CB 5A 8 0 14 BA 51 2C
Octal 25 272 313 132 10 0 24 272 121 54
Binary 10101 10111010 11001011 1011010 1000 0 10100 10111010 1010001 101100

Color Harmonies of #15BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BACB

Black with #15BACB

Text Example


Text Example

White with #15BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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