Html Css Color HEX #15A6DF Iris Blue

📋 copy color: '#15A6DF'

red 21 ◦ green 166 ◦ blue 223

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

Shades of Iris Blue #15A6DF

Tints of Iris Blue #15A6DF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 5.12%
G = 40.49%
B = 54.39%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15A6DF (or 0x15A6DF) is known color: Iris Blue. HEX triplet: 15, A6 and DF. RGB value is (21,166,223). Sum of RGB (Red+Green+Blue) = 21+166+223=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #15A6DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6DF is #EA5920. Grayscale: #808080. Windows color (decimal): -15358241 or 14657045. OLE color: 14657045.

HSL color Cylindrical-coordinate representation of color #15A6DF: hue angle of 196.93º 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 #15A6DF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 166 223 -
CMYK 0.91 0.26 0 0.13
HSL 196.93º 0.83% 0.48% -
HSV(B) 196.93º 0.91% 0.87% -
XYZ 27.26 32.76 74.7 -
YUV 129.14 180.96 50.87 -
System Red Green Blue C M Y K H S L
Decimal 21 166 223 0.91 0.26 0 0.13 196.93 0.83 0.48
Hex 15 A6 DF 5B 1A 0 D C5 53 30
Octal 25 246 337 133 32 0 15 305 123 60
Binary 10101 10100110 11011111 1011011 11010 0 1101 11000101 1010011 110000

Color Harmonies of #15A6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A6DF

Black with #15A6DF

Text Example


Text Example

White with #15A6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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