Html Css Color HEX #15BED6 Iris Blue

📋 copy color: '#15BED6'

red 21 ◦ green 190 ◦ blue 214

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

Shades of Iris Blue #15BED6

Tints of Iris Blue #15BED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.71%

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 4.94%
G = 44.71%
B = 50.35%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#15BED6 (or 0x15BED6) is known color: Iris Blue. HEX triplet: 15, BE and D6. RGB value is (21,190,214). Sum of RGB (Red+Green+Blue) = 21+190+214=425 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.94% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #15BED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BED6 is #EA4129. Grayscale: #8D8D8D. Windows color (decimal): -15352106 or 14073365. OLE color: 14073365.

HSL color Cylindrical-coordinate representation of color #15BED6: hue angle of 187.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BED6 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 190 214 -
CMYK 0.90 0.11 0 0.16
HSL 187.46º 0.82% 0.46% -
HSV(B) 187.46º 0.9% 0.84% -
XYZ 30.86 41.84 70.07 -
YUV 142.21 168.51 41.55 -
System Red Green Blue C M Y K H S L
Decimal 21 190 214 0.90 0.11 0 0.16 187.46 0.82 0.46
Hex 15 BE D6 5A B 0 10 BB 52 2E
Octal 25 276 326 132 13 0 20 273 122 56
Binary 10101 10111110 11010110 1011010 1011 0 10000 10111011 1010010 101110

Color Harmonies of #15BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BED6

Black with #15BED6

Text Example


Text Example

White with #15BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,190,214); }

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

background-color css

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

 a { background-color: rgb(21,190,214); }

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

border-color css

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

 span { border-color: rgb(21,190,214); }

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