Html Css Color HEX #18AFCC Iris Blue

📋 copy color: '#18AFCC'

red 24 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #18AFCC

Tints of Iris Blue #18AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 5.96%
G = 43.42%
B = 50.62%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#18AFCC (or 0x18AFCC) is known color: Iris Blue. HEX triplet: 18, AF and CC. RGB value is (24,175,204). Sum of RGB (Red+Green+Blue) = 24+175+204=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #18AFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFCC is #E75033. Grayscale: #848484. Windows color (decimal): -15159348 or 13414168. OLE color: 13414168.

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

Color convert

RGB 24 175 204 -
CMYK 0.88 0.14 0 0.2
HSL 189.67º 0.79% 0.45% -
HSV(B) 189.67º 0.88% 0.8% -
XYZ 26.61 35.21 62.52 -
YUV 133.16 167.97 50.14 -
System Red Green Blue C M Y K H S L
Decimal 24 175 204 0.88 0.14 0 0.2 189.67 0.79 0.45
Hex 18 AF CC 58 E 0 14 BE 4F 2D
Octal 30 257 314 130 16 0 24 276 117 55
Binary 11000 10101111 11001100 1011000 1110 0 10100 10111110 1001111 101101

Color Harmonies of #18AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFCC

Black with #18AFCC

Text Example


Text Example

White with #18AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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