Html Css Color HEX #15BDDE Iris Blue

📋 copy color: '#15BDDE'

red 21 ◦ green 189 ◦ blue 222

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

Shades of Iris Blue #15BDDE

Tints of Iris Blue #15BDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 4.86%
G = 43.75%
B = 51.39%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15BDDE (or 0x15BDDE) is known color: Iris Blue. HEX triplet: 15, BD and DE. RGB value is (21,189,222). Sum of RGB (Red+Green+Blue) = 21+189+222=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #15BDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDDE is #EA4221. Grayscale: #8E8E8E. Windows color (decimal): -15352354 or 14597397. OLE color: 14597397.

HSL color Cylindrical-coordinate representation of color #15BDDE: hue angle of 189.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BDDE is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 189 222 -
CMYK 0.91 0.15 0 0.13
HSL 189.85º 0.83% 0.48% -
HSV(B) 189.85º 0.91% 0.87% -
XYZ 31.69 41.83 75.51 -
YUV 142.53 172.84 41.32 -
System Red Green Blue C M Y K H S L
Decimal 21 189 222 0.91 0.15 0 0.13 189.85 0.83 0.48
Hex 15 BD DE 5B F 0 D BE 53 30
Octal 25 275 336 133 17 0 15 276 123 60
Binary 10101 10111101 11011110 1011011 1111 0 1101 10111110 1010011 110000

Color Harmonies of #15BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDDE

Black with #15BDDE

Text Example


Text Example

White with #15BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,189,222); }

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

background-color css

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

 a { background-color: rgb(21,189,222); }

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

border-color css

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

 span { border-color: rgb(21,189,222); }

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