Html Css Color HEX #18ADC7 Iris Blue

📋 copy color: '#18ADC7'

red 24 ◦ green 173 ◦ blue 199

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

Shades of Iris Blue #18ADC7

Tints of Iris Blue #18ADC7

RGB

 RED value IS 24 (9.77% from 255) = 6.06%

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 199 (78.13% from 255) = 50.25%

R = 6.06%
G = 43.69%
B = 50.25%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18ADC7 (or 0x18ADC7) is known color: Iris Blue. HEX triplet: 18, AD and C7. RGB value is (24,173,199). Sum of RGB (Red+Green+Blue) = 24+173+199=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #18ADC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADC7 is #E75238. Grayscale: #838383. Windows color (decimal): -15159865 or 13085976. OLE color: 13085976.

HSL color Cylindrical-coordinate representation of color #18ADC7: hue angle of 188.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ADC7 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 173 199 -
CMYK 0.88 0.13 0 0.22
HSL 188.91º 0.78% 0.44% -
HSV(B) 188.91º 0.88% 0.78% -
XYZ 25.63 34.2 59.28 -
YUV 131.41 166.14 51.39 -
System Red Green Blue C M Y K H S L
Decimal 24 173 199 0.88 0.13 0 0.22 188.91 0.78 0.44
Hex 18 AD C7 58 D 0 16 BD 4E 2C
Octal 30 255 307 130 15 0 26 275 116 54
Binary 11000 10101101 11000111 1011000 1101 0 10110 10111101 1001110 101100

Color Harmonies of #18ADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADC7

Black with #18ADC7

Text Example


Text Example

White with #18ADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18ADC7; }

 p { color: rgb(24,173,199); }

 H1.HeaderClassName
 {
   color: #18ADC7;
 }
 .AnyTagClassName
 {
   color: #18ADC7;
 }
</style>

background-color css

<style>
 a { background-color: #18ADC7; }

 a { background-color: rgb(24,173,199); }

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

border-color css

<style>
 span { border-color: #18ADC7; }

 span { border-color: rgb(24,173,199); }

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