Html Css Color HEX #18AFDD Iris Blue

📋 copy color: '#18AFDD'

red 24 ◦ green 175 ◦ blue 221

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

Shades of Iris Blue #18AFDD

Tints of Iris Blue #18AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 5.71%
G = 41.67%
B = 52.62%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18AFDD (or 0x18AFDD) is known color: Iris Blue. HEX triplet: 18, AF and DD. RGB value is (24,175,221). Sum of RGB (Red+Green+Blue) = 24+175+221=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #18AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFDD is #E75022. Grayscale: #868686. Windows color (decimal): -15159331 or 14528280. OLE color: 14528280.

HSL color Cylindrical-coordinate representation of color #18AFDD: hue angle of 194.01º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AFDD is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 175 221 -
CMYK 0.89 0.21 0 0.13
HSL 194.01º 0.8% 0.48% -
HSV(B) 194.01º 0.89% 0.87% -
XYZ 28.76 36.07 73.85 -
YUV 135.1 176.47 48.76 -
System Red Green Blue C M Y K H S L
Decimal 24 175 221 0.89 0.21 0 0.13 194.01 0.8 0.48
Hex 18 AF DD 59 15 0 D C2 50 30
Octal 30 257 335 131 25 0 15 302 120 60
Binary 11000 10101111 11011101 1011001 10101 0 1101 11000010 1010000 110000

Color Harmonies of #18AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFDD

Black with #18AFDD

Text Example


Text Example

White with #18AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,175,221); }

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

background-color css

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

 a { background-color: rgb(24,175,221); }

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

border-color css

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

 span { border-color: rgb(24,175,221); }

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