Html Css Color HEX #15AFDC Iris Blue

📋 copy color: '#15AFDC'

red 21 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #15AFDC

Tints of Iris Blue #15AFDC

RGB

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

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

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

R = 5.05%
G = 42.07%
B = 52.88%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15AFDC (or 0x15AFDC) is known color: Iris Blue. HEX triplet: 15, AF and DC. RGB value is (21,175,220). Sum of RGB (Red+Green+Blue) = 21+175+220=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #15AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFDC is #EA5023. Grayscale: #858585. Windows color (decimal): -15355940 or 14462741. OLE color: 14462741.

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

Color convert

RGB 21 175 220 -
CMYK 0.90 0.20 0 0.14
HSL 193.57º 0.83% 0.47% -
HSV(B) 193.57º 0.9% 0.86% -
XYZ 28.56 35.99 73.15 -
YUV 134.08 176.48 47.34 -
System Red Green Blue C M Y K H S L
Decimal 21 175 220 0.90 0.20 0 0.14 193.57 0.83 0.47
Hex 15 AF DC 5A 14 0 E C2 53 2F
Octal 25 257 334 132 24 0 16 302 123 57
Binary 10101 10101111 11011100 1011010 10100 0 1110 11000010 1010011 101111

Color Harmonies of #15AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFDC

Black with #15AFDC

Text Example


Text Example

White with #15AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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