Html Css Color HEX #18AFCD Iris Blue

📋 copy color: '#18AFCD'

red 24 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #18AFCD

Tints of Iris Blue #18AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 5.94%
G = 43.32%
B = 50.74%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18AFCD (or 0x18AFCD) is known color: Iris Blue. HEX triplet: 18, AF and CD. RGB value is (24,175,205). Sum of RGB (Red+Green+Blue) = 24+175+205=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #18AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFCD is #E75032. Grayscale: #858585. Windows color (decimal): -15159347 or 13479704. OLE color: 13479704.

HSL color Cylindrical-coordinate representation of color #18AFCD: hue angle of 189.94º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AFCD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 175 205 -
CMYK 0.88 0.15 0 0.20
HSL 189.94º 0.79% 0.45% -
HSV(B) 189.94º 0.88% 0.8% -
XYZ 26.73 35.26 63.16 -
YUV 133.27 168.47 50.06 -
System Red Green Blue C M Y K H S L
Decimal 24 175 205 0.88 0.15 0 0.20 189.94 0.79 0.45
Hex 18 AF CD 58 F 0 14 BE 4F 2D
Octal 30 257 315 130 17 0 24 276 117 55
Binary 11000 10101111 11001101 1011000 1111 0 10100 10111110 1001111 101101

Color Harmonies of #18AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFCD

Black with #18AFCD

Text Example


Text Example

White with #18AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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