Html Css Color HEX #15AFD4 Iris Blue

📋 copy color: '#15AFD4'

red 21 ◦ green 175 ◦ blue 212

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

Shades of Iris Blue #15AFD4

Tints of Iris Blue #15AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 51.96%

R = 5.15%
G = 42.89%
B = 51.96%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#15AFD4 (or 0x15AFD4) is known color: Iris Blue. HEX triplet: 15, AF and D4. RGB value is (21,175,212). Sum of RGB (Red+Green+Blue) = 21+175+212=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #15AFD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFD4 is #EA502B. Grayscale: #848484. Windows color (decimal): -15355948 or 13938453. OLE color: 13938453.

HSL color Cylindrical-coordinate representation of color #15AFD4: hue angle of 191.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AFD4 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 21 175 212 -
CMYK 0.90 0.17 0 0.17
HSL 191.62º 0.82% 0.46% -
HSV(B) 191.62º 0.9% 0.83% -
XYZ 27.52 35.57 67.7 -
YUV 133.17 172.48 47.99 -
System Red Green Blue C M Y K H S L
Decimal 21 175 212 0.90 0.17 0 0.17 191.62 0.82 0.46
Hex 15 AF D4 5A 11 0 11 C0 52 2E
Octal 25 257 324 132 21 0 21 300 122 56
Binary 10101 10101111 11010100 1011010 10001 0 10001 11000000 1010010 101110

Color Harmonies of #15AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFD4

Black with #15AFD4

Text Example


Text Example

White with #15AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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