Html Css Color HEX #15BCCC Iris Blue

📋 copy color: '#15BCCC'

red 21 ◦ green 188 ◦ blue 204

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

Shades of Iris Blue #15BCCC

Tints of Iris Blue #15BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 5.08%
G = 45.52%
B = 49.39%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#15BCCC (or 0x15BCCC) is known color: Iris Blue. HEX triplet: 15, BC and CC. RGB value is (21,188,204). Sum of RGB (Red+Green+Blue) = 21+188+204=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #15BCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCCC is #EA4333. Grayscale: #8B8B8B. Windows color (decimal): -15352628 or 13417493. OLE color: 13417493.

HSL color Cylindrical-coordinate representation of color #15BCCC: hue angle of 185.25º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BCCC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 188 204 -
CMYK 0.90 0.08 0 0.2
HSL 185.25º 0.81% 0.44% -
HSV(B) 185.25º 0.9% 0.8% -
XYZ 29.19 40.49 63.4 -
YUV 139.89 164.17 43.2 -
System Red Green Blue C M Y K H S L
Decimal 21 188 204 0.90 0.08 0 0.2 185.25 0.81 0.44
Hex 15 BC CC 5A 8 0 14 B9 51 2C
Octal 25 274 314 132 10 0 24 271 121 54
Binary 10101 10111100 11001100 1011010 1000 0 10100 10111001 1010001 101100

Color Harmonies of #15BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BCCC

Black with #15BCCC

Text Example


Text Example

White with #15BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,188,204); }

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

background-color css

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

 a { background-color: rgb(21,188,204); }

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

border-color css

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

 span { border-color: rgb(21,188,204); }

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