Html Css Color HEX #15BED8 Iris Blue

📋 copy color: '#15BED8'

red 21 ◦ green 190 ◦ blue 216

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

Shades of Iris Blue #15BED8

Tints of Iris Blue #15BED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.59%

R = 4.92%
G = 44.5%
B = 50.59%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15BED8 (or 0x15BED8) is known color: Iris Blue. HEX triplet: 15, BE and D8. RGB value is (21,190,216). Sum of RGB (Red+Green+Blue) = 21+190+216=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #15BED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BED8 is #EA4127. Grayscale: #8E8E8E. Windows color (decimal): -15352104 or 14204437. OLE color: 14204437.

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

Color convert

RGB 21 190 216 -
CMYK 0.90 0.12 0 0.15
HSL 188º 0.82% 0.46% -
HSV(B) 188º 0.9% 0.85% -
XYZ 31.12 41.94 71.42 -
YUV 142.43 169.51 41.39 -
System Red Green Blue C M Y K H S L
Decimal 21 190 216 0.90 0.12 0 0.15 188 0.82 0.46
Hex 15 BE D8 5A C 0 F BC 52 2E
Octal 25 276 330 132 14 0 17 274 122 56
Binary 10101 10111110 11011000 1011010 1100 0 1111 10111100 1010010 101110

Color Harmonies of #15BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BED8

Black with #15BED8

Text Example


Text Example

White with #15BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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