Html Css Color HEX #18ACDB Iris Blue

📋 copy color: '#18ACDB'

red 24 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #18ACDB

Tints of Iris Blue #18ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 5.78%
G = 41.45%
B = 52.77%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18ACDB (or 0x18ACDB) is known color: Iris Blue. HEX triplet: 18, AC and DB. RGB value is (24,172,219). Sum of RGB (Red+Green+Blue) = 24+172+219=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #18ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACDB is #E75324. Grayscale: #848484. Windows color (decimal): -15160101 or 14396440. OLE color: 14396440.

HSL color Cylindrical-coordinate representation of color #18ACDB: hue angle of 194.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ACDB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 172 219 -
CMYK 0.89 0.21 0 0.14
HSL 194.46º 0.8% 0.48% -
HSV(B) 194.46º 0.89% 0.86% -
XYZ 27.92 34.81 72.27 -
YUV 133.11 176.47 50.18 -
System Red Green Blue C M Y K H S L
Decimal 24 172 219 0.89 0.21 0 0.14 194.46 0.8 0.48
Hex 18 AC DB 59 15 0 E C2 50 30
Octal 30 254 333 131 25 0 16 302 120 60
Binary 11000 10101100 11011011 1011001 10101 0 1110 11000010 1010000 110000

Color Harmonies of #18ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACDB

Black with #18ACDB

Text Example


Text Example

White with #18ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,219); }

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

background-color css

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

 a { background-color: rgb(24,172,219); }

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

border-color css

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

 span { border-color: rgb(24,172,219); }

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