Html Css Color HEX #15BEDC Iris Blue

📋 copy color: '#15BEDC'

red 21 ◦ green 190 ◦ blue 220

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

Shades of Iris Blue #15BEDC

Tints of Iris Blue #15BEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 4.87%
G = 44.08%
B = 51.04%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15BEDC (or 0x15BEDC) is known color: Iris Blue. HEX triplet: 15, BE and DC. RGB value is (21,190,220). Sum of RGB (Red+Green+Blue) = 21+190+220=431 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.87% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #15BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BEDC is #EA4123. Grayscale: #8E8E8E. Windows color (decimal): -15352100 or 14466581. OLE color: 14466581.

HSL color Cylindrical-coordinate representation of color #15BEDC: hue angle of 189.05º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BEDC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 190 220 -
CMYK 0.90 0.14 0 0.14
HSL 189.05º 0.83% 0.47% -
HSV(B) 189.05º 0.9% 0.86% -
XYZ 31.64 42.15 74.18 -
YUV 142.89 171.51 41.06 -
System Red Green Blue C M Y K H S L
Decimal 21 190 220 0.90 0.14 0 0.14 189.05 0.83 0.47
Hex 15 BE DC 5A E 0 E BD 53 2F
Octal 25 276 334 132 16 0 16 275 123 57
Binary 10101 10111110 11011100 1011010 1110 0 1110 10111101 1010011 101111

Color Harmonies of #15BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BEDC

Black with #15BEDC

Text Example


Text Example

White with #15BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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