Html Css Color HEX #15B5DC Iris Blue

📋 copy color: '#15B5DC'

red 21 ◦ green 181 ◦ blue 220

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

Shades of Iris Blue #15B5DC

Tints of Iris Blue #15B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 4.98%
G = 42.89%
B = 52.13%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15B5DC (or 0x15B5DC) is known color: Iris Blue. HEX triplet: 15, B5 and DC. RGB value is (21,181,220). Sum of RGB (Red+Green+Blue) = 21+181+220=422 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.98% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #15B5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B5DC is #EA4A23. Grayscale: #898989. Windows color (decimal): -15354404 or 14464277. OLE color: 14464277.

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

Color convert

RGB 21 181 220 -
CMYK 0.90 0.18 0 0.14
HSL 191.76º 0.83% 0.47% -
HSV(B) 191.76º 0.9% 0.86% -
XYZ 29.75 38.37 73.55 -
YUV 137.61 174.49 44.83 -
System Red Green Blue C M Y K H S L
Decimal 21 181 220 0.90 0.18 0 0.14 191.76 0.83 0.47
Hex 15 B5 DC 5A 12 0 E C0 53 2F
Octal 25 265 334 132 22 0 16 300 123 57
Binary 10101 10110101 11011100 1011010 10010 0 1110 11000000 1010011 101111

Color Harmonies of #15B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B5DC

Black with #15B5DC

Text Example


Text Example

White with #15B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,181,220); }

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

background-color css

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

 a { background-color: rgb(21,181,220); }

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

border-color css

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

 span { border-color: rgb(21,181,220); }

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