Html Css Color HEX #18AFC6 Iris Blue

📋 copy color: '#18AFC6'

red 24 ◦ green 175 ◦ blue 198

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

Shades of Iris Blue #18AFC6

Tints of Iris Blue #18AFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.87%

R = 6.05%
G = 44.08%
B = 49.87%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18AFC6 (or 0x18AFC6) is known color: Iris Blue. HEX triplet: 18, AF and C6. RGB value is (24,175,198). Sum of RGB (Red+Green+Blue) = 24+175+198=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #18AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFC6 is #E75039. Grayscale: #848484. Windows color (decimal): -15159354 or 13020952. OLE color: 13020952.

HSL color Cylindrical-coordinate representation of color #18AFC6: hue angle of 187.93º 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 #18AFC6 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 175 198 -
CMYK 0.88 0.12 0 0.22
HSL 187.93º 0.78% 0.44% -
HSV(B) 187.93º 0.88% 0.78% -
XYZ 25.9 34.93 58.8 -
YUV 132.47 164.97 50.63 -
System Red Green Blue C M Y K H S L
Decimal 24 175 198 0.88 0.12 0 0.22 187.93 0.78 0.44
Hex 18 AF C6 58 C 0 16 BC 4E 2C
Octal 30 257 306 130 14 0 26 274 116 54
Binary 11000 10101111 11000110 1011000 1100 0 10110 10111100 1001110 101100

Color Harmonies of #18AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFC6

Black with #18AFC6

Text Example


Text Example

White with #18AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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