Html Css Color HEX #15AFCD Iris Blue

📋 copy color: '#15AFCD'

red 21 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #15AFCD

Tints of Iris Blue #15AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 5.24%
G = 43.64%
B = 51.12%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15AFCD (or 0x15AFCD) is known color: Iris Blue. HEX triplet: 15, AF and CD. RGB value is (21,175,205). Sum of RGB (Red+Green+Blue) = 21+175+205=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #15AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFCD is #EA5032. Grayscale: #848484. Windows color (decimal): -15355955 or 13479701. OLE color: 13479701.

HSL color Cylindrical-coordinate representation of color #15AFCD: hue angle of 189.78º 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 #15AFCD is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 175 205 -
CMYK 0.90 0.15 0 0.20
HSL 189.78º 0.81% 0.44% -
HSV(B) 189.78º 0.9% 0.8% -
XYZ 26.66 35.23 63.15 -
YUV 132.37 168.98 48.56 -
System Red Green Blue C M Y K H S L
Decimal 21 175 205 0.90 0.15 0 0.20 189.78 0.81 0.44
Hex 15 AF CD 5A F 0 14 BE 51 2C
Octal 25 257 315 132 17 0 24 276 121 54
Binary 10101 10101111 11001101 1011010 1111 0 10100 10111110 1010001 101100

Color Harmonies of #15AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFCD

Black with #15AFCD

Text Example


Text Example

White with #15AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,175,205); }

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

background-color css

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

 a { background-color: rgb(21,175,205); }

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

border-color css

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

 span { border-color: rgb(21,175,205); }

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