Html Css Color HEX #18ADCC Iris Blue

📋 copy color: '#18ADCC'

red 24 ◦ green 173 ◦ blue 204

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

Shades of Iris Blue #18ADCC

Tints of Iris Blue #18ADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

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

R = 5.99%
G = 43.14%
B = 50.87%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#18ADCC (or 0x18ADCC) is known color: Iris Blue. HEX triplet: 18, AD and CC. RGB value is (24,173,204). Sum of RGB (Red+Green+Blue) = 24+173+204=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #18ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADCC is #E75233. Grayscale: #838383. Windows color (decimal): -15159860 or 13413656. OLE color: 13413656.

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

Color convert

RGB 24 173 204 -
CMYK 0.88 0.15 0 0.2
HSL 190.33º 0.79% 0.45% -
HSV(B) 190.33º 0.88% 0.8% -
XYZ 26.22 34.44 62.39 -
YUV 131.98 168.64 50.98 -
System Red Green Blue C M Y K H S L
Decimal 24 173 204 0.88 0.15 0 0.2 190.33 0.79 0.45
Hex 18 AD CC 58 F 0 14 BE 4F 2D
Octal 30 255 314 130 17 0 24 276 117 55
Binary 11000 10101101 11001100 1011000 1111 0 10100 10111110 1001111 101101

Color Harmonies of #18ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADCC

Black with #18ADCC

Text Example


Text Example

White with #18ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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