Html Css Color HEX #15C0D6 Iris Blue

📋 copy color: '#15C0D6'

red 21 ◦ green 192 ◦ blue 214

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

Shades of Iris Blue #15C0D6

Tints of Iris Blue #15C0D6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

 BLUE value IS 214 (83.98% from 255) = 50.12%

R = 4.92%
G = 44.96%
B = 50.12%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#15C0D6 (or 0x15C0D6) is known color: Iris Blue. HEX triplet: 15, C0 and D6. RGB value is (21,192,214). Sum of RGB (Red+Green+Blue) = 21+192+214=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #15C0D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C0D6 is #EA3F29. Grayscale: #8F8F8F. Windows color (decimal): -15351594 or 14073877. OLE color: 14073877.

HSL color Cylindrical-coordinate representation of color #15C0D6: hue angle of 186.84º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C0D6 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 192 214 -
CMYK 0.90 0.10 0 0.16
HSL 186.84º 0.82% 0.46% -
HSV(B) 186.84º 0.9% 0.84% -
XYZ 31.3 42.71 70.21 -
YUV 143.38 167.85 40.71 -
System Red Green Blue C M Y K H S L
Decimal 21 192 214 0.90 0.10 0 0.16 186.84 0.82 0.46
Hex 15 C0 D6 5A A 0 10 BB 52 2E
Octal 25 300 326 132 12 0 20 273 122 56
Binary 10101 11000000 11010110 1011010 1010 0 10000 10111011 1010010 101110

Color Harmonies of #15C0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C0D6

Black with #15C0D6

Text Example


Text Example

White with #15C0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,192,214); }

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

background-color css

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

 a { background-color: rgb(21,192,214); }

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

border-color css

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

 span { border-color: rgb(21,192,214); }

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