Html Css Color HEX #15BED7 Iris Blue

📋 copy color: '#15BED7'

red 21 ◦ green 190 ◦ blue 215

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

Shades of Iris Blue #15BED7

Tints of Iris Blue #15BED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.47%

R = 4.93%
G = 44.6%
B = 50.47%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#15BED7 (or 0x15BED7) is known color: Iris Blue. HEX triplet: 15, BE and D7. RGB value is (21,190,215). Sum of RGB (Red+Green+Blue) = 21+190+215=426 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.93% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #15BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BED7 is #EA4128. Grayscale: #8E8E8E. Windows color (decimal): -15352105 or 14138901. OLE color: 14138901.

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

Color convert

RGB 21 190 215 -
CMYK 0.90 0.12 0 0.16
HSL 187.73º 0.82% 0.46% -
HSV(B) 187.73º 0.9% 0.84% -
XYZ 30.99 41.89 70.74 -
YUV 142.32 169.01 41.47 -
System Red Green Blue C M Y K H S L
Decimal 21 190 215 0.90 0.12 0 0.16 187.73 0.82 0.46
Hex 15 BE D7 5A C 0 10 BC 52 2E
Octal 25 276 327 132 14 0 20 274 122 56
Binary 10101 10111110 11010111 1011010 1100 0 10000 10111100 1010010 101110

Color Harmonies of #15BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BED7

Black with #15BED7

Text Example


Text Example

White with #15BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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