Html Css Color HEX #15BBDB Iris Blue

📋 copy color: '#15BBDB'

red 21 ◦ green 187 ◦ blue 219

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

Shades of Iris Blue #15BBDB

Tints of Iris Blue #15BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.79%

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

R = 4.92%
G = 43.79%
B = 51.29%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15BBDB (or 0x15BBDB) is known color: Iris Blue. HEX triplet: 15, BB and DB. RGB value is (21,187,219). Sum of RGB (Red+Green+Blue) = 21+187+219=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #15BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBDB is #EA4424. Grayscale: #8C8C8C. Windows color (decimal): -15352869 or 14400277. OLE color: 14400277.

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

Color convert

RGB 21 187 219 -
CMYK 0.90 0.15 0 0.14
HSL 189.7º 0.83% 0.47% -
HSV(B) 189.7º 0.9% 0.86% -
XYZ 30.87 40.81 73.27 -
YUV 141.01 172 42.4 -
System Red Green Blue C M Y K H S L
Decimal 21 187 219 0.90 0.15 0 0.14 189.7 0.83 0.47
Hex 15 BB DB 5A F 0 E BE 52 2F
Octal 25 273 333 132 17 0 16 276 122 57
Binary 10101 10111011 11011011 1011010 1111 0 1110 10111110 1010010 101111

Color Harmonies of #15BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BBDB

Black with #15BBDB

Text Example


Text Example

White with #15BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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