Html Css Color HEX #15BCD7 Iris Blue

📋 copy color: '#15BCD7'

red 21 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #15BCD7

Tints of Iris Blue #15BCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

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

R = 4.95%
G = 44.34%
B = 50.71%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#15BCD7 (or 0x15BCD7) is known color: Iris Blue. HEX triplet: 15, BC and D7. RGB value is (21,188,215). Sum of RGB (Red+Green+Blue) = 21+188+215=424 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.95% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #15BCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCD7 is #EA4328. Grayscale: #8C8C8C. Windows color (decimal): -15352617 or 14138389. OLE color: 14138389.

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

Color convert

RGB 21 188 215 -
CMYK 0.90 0.13 0 0.16
HSL 188.35º 0.82% 0.46% -
HSV(B) 188.35º 0.9% 0.84% -
XYZ 30.56 41.03 70.6 -
YUV 141.15 169.67 42.3 -
System Red Green Blue C M Y K H S L
Decimal 21 188 215 0.90 0.13 0 0.16 188.35 0.82 0.46
Hex 15 BC D7 5A D 0 10 BC 52 2E
Octal 25 274 327 132 15 0 20 274 122 56
Binary 10101 10111100 11010111 1011010 1101 0 10000 10111100 1010010 101110

Color Harmonies of #15BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BCD7

Black with #15BCD7

Text Example


Text Example

White with #15BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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