Html Css Color HEX #15BBD9 Iris Blue

📋 copy color: '#15BBD9'

red 21 ◦ green 187 ◦ blue 217

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

Shades of Iris Blue #15BBD9

Tints of Iris Blue #15BBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.06%

R = 4.94%
G = 44%
B = 51.06%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15BBD9 (or 0x15BBD9) is known color: Iris Blue. HEX triplet: 15, BB and D9. RGB value is (21,187,217). Sum of RGB (Red+Green+Blue) = 21+187+217=425 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.94% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #15BBD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBD9 is #EA4426. Grayscale: #8C8C8C. Windows color (decimal): -15352871 or 14269205. OLE color: 14269205.

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

Color convert

RGB 21 187 217 -
CMYK 0.90 0.14 0 0.15
HSL 189.18º 0.82% 0.47% -
HSV(B) 189.18º 0.9% 0.85% -
XYZ 30.6 40.71 71.89 -
YUV 140.79 171 42.56 -
System Red Green Blue C M Y K H S L
Decimal 21 187 217 0.90 0.14 0 0.15 189.18 0.82 0.47
Hex 15 BB D9 5A E 0 F BD 52 2F
Octal 25 273 331 132 16 0 17 275 122 57
Binary 10101 10111011 11011001 1011010 1110 0 1111 10111101 1010010 101111

Color Harmonies of #15BBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BBD9

Black with #15BBD9

Text Example


Text Example

White with #15BBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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