Html Css Color HEX #15C0CE Iris Blue

📋 copy color: '#15C0CE'

red 21 ◦ green 192 ◦ blue 206

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

Shades of Iris Blue #15C0CE

Tints of Iris Blue #15C0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 5.01%
G = 45.82%
B = 49.16%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15C0CE (or 0x15C0CE) is known color: Iris Blue. HEX triplet: 15, C0 and CE. RGB value is (21,192,206). Sum of RGB (Red+Green+Blue) = 21+192+206=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #15C0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C0CE is #EA3F31. Grayscale: #8E8E8E. Windows color (decimal): -15351602 or 13549589. OLE color: 13549589.

HSL color Cylindrical-coordinate representation of color #15C0CE: hue angle of 184.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C0CE is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 192 206 -
CMYK 0.90 0.07 0 0.19
HSL 184.54º 0.81% 0.45% -
HSV(B) 184.54º 0.9% 0.81% -
XYZ 30.3 42.31 64.96 -
YUV 142.47 163.85 41.36 -
System Red Green Blue C M Y K H S L
Decimal 21 192 206 0.90 0.07 0 0.19 184.54 0.81 0.45
Hex 15 C0 CE 5A 7 0 13 B9 51 2D
Octal 25 300 316 132 7 0 23 271 121 55
Binary 10101 11000000 11001110 1011010 111 0 10011 10111001 1010001 101101

Color Harmonies of #15C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C0CE

Black with #15C0CE

Text Example


Text Example

White with #15C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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