Html Css Color HEX #18AFCE Iris Blue

📋 copy color: '#18AFCE'

red 24 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #18AFCE

Tints of Iris Blue #18AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 5.93%
G = 43.21%
B = 50.86%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18AFCE (or 0x18AFCE) is known color: Iris Blue. HEX triplet: 18, AF and CE. RGB value is (24,175,206). Sum of RGB (Red+Green+Blue) = 24+175+206=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #18AFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFCE is #E75031. Grayscale: #858585. Windows color (decimal): -15159346 or 13545240. OLE color: 13545240.

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

Color convert

RGB 24 175 206 -
CMYK 0.88 0.15 0 0.19
HSL 190.22º 0.79% 0.45% -
HSV(B) 190.22º 0.88% 0.81% -
XYZ 26.85 35.31 63.79 -
YUV 133.39 168.97 49.98 -
System Red Green Blue C M Y K H S L
Decimal 24 175 206 0.88 0.15 0 0.19 190.22 0.79 0.45
Hex 18 AF CE 58 F 0 13 BE 4F 2D
Octal 30 257 316 130 17 0 23 276 117 55
Binary 11000 10101111 11001110 1011000 1111 0 10011 10111110 1001111 101101

Color Harmonies of #18AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFCE

Black with #18AFCE

Text Example


Text Example

White with #18AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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