Html Css Color HEX #15ACDF Iris Blue

📋 copy color: '#15ACDF'

red 21 ◦ green 172 ◦ blue 223

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

Shades of Iris Blue #15ACDF

Tints of Iris Blue #15ACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 5.05%
G = 41.35%
B = 53.61%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15ACDF (or 0x15ACDF) is known color: Iris Blue. HEX triplet: 15, AC and DF. RGB value is (21,172,223). Sum of RGB (Red+Green+Blue) = 21+172+223=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #15ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACDF is #EA5320. Grayscale: #848484. Windows color (decimal): -15356705 or 14658581. OLE color: 14658581.

HSL color Cylindrical-coordinate representation of color #15ACDF: hue angle of 195.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ACDF is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 172 223 -
CMYK 0.91 0.23 0 0.13
HSL 195.15º 0.83% 0.48% -
HSV(B) 195.15º 0.91% 0.87% -
XYZ 28.38 34.99 75.07 -
YUV 132.67 178.97 48.35 -
System Red Green Blue C M Y K H S L
Decimal 21 172 223 0.91 0.23 0 0.13 195.15 0.83 0.48
Hex 15 AC DF 5B 17 0 D C3 53 30
Octal 25 254 337 133 27 0 15 303 123 60
Binary 10101 10101100 11011111 1011011 10111 0 1101 11000011 1010011 110000

Color Harmonies of #15ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACDF

Black with #15ACDF

Text Example


Text Example

White with #15ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,172,223); }

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

background-color css

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

 a { background-color: rgb(21,172,223); }

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

border-color css

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

 span { border-color: rgb(21,172,223); }

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