Html Css Color HEX #15BEDB Iris Blue

📋 copy color: '#15BEDB'

red 21 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #15BEDB

Tints of Iris Blue #15BEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 4.88%
G = 44.19%
B = 50.93%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15BEDB (or 0x15BEDB) is known color: Iris Blue. HEX triplet: 15, BE and DB. RGB value is (21,190,219). Sum of RGB (Red+Green+Blue) = 21+190+219=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #15BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BEDB is #EA4124. Grayscale: #8E8E8E. Windows color (decimal): -15352101 or 14401045. OLE color: 14401045.

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

Color convert

RGB 21 190 219 -
CMYK 0.90 0.13 0 0.14
HSL 188.79º 0.83% 0.47% -
HSV(B) 188.79º 0.9% 0.86% -
XYZ 31.51 42.1 73.48 -
YUV 142.78 171.01 41.14 -
System Red Green Blue C M Y K H S L
Decimal 21 190 219 0.90 0.13 0 0.14 188.79 0.83 0.47
Hex 15 BE DB 5A D 0 E BD 52 2F
Octal 25 276 333 132 15 0 16 275 122 57
Binary 10101 10111110 11011011 1011010 1101 0 1110 10111101 1010010 101111

Color Harmonies of #15BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BEDB

Black with #15BEDB

Text Example


Text Example

White with #15BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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