Html Css Color HEX #15BAE1 Iris Blue

📋 copy color: '#15BAE1'

red 21 ◦ green 186 ◦ blue 225

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

Shades of Iris Blue #15BAE1

Tints of Iris Blue #15BAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 4.86%
G = 43.06%
B = 52.08%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#15BAE1 (or 0x15BAE1) is known color: Iris Blue. HEX triplet: 15, BA and E1. RGB value is (21,186,225). Sum of RGB (Red+Green+Blue) = 21+186+225=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #15BAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BAE1 is #EA451E. Grayscale: #8C8C8C. Windows color (decimal): -15353119 or 14793237. OLE color: 14793237.

HSL color Cylindrical-coordinate representation of color #15BAE1: hue angle of 191.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BAE1 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 186 225 -
CMYK 0.91 0.17 0 0.12
HSL 191.47º 0.83% 0.48% -
HSV(B) 191.47º 0.91% 0.88% -
XYZ 31.46 40.71 77.43 -
YUV 141.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 21 186 225 0.91 0.17 0 0.12 191.47 0.83 0.48
Hex 15 BA E1 5B 11 0 C BF 53 30
Octal 25 272 341 133 21 0 14 277 123 60
Binary 10101 10111010 11100001 1011011 10001 0 1100 10111111 1010011 110000

Color Harmonies of #15BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAE1

Black with #15BAE1

Text Example


Text Example

White with #15BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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