Html Css Color HEX #18B2DB Iris Blue

📋 copy color: '#18B2DB'

red 24 ◦ green 178 ◦ blue 219

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

Shades of Iris Blue #18B2DB

Tints of Iris Blue #18B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

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

R = 5.7%
G = 42.28%
B = 52.02%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18B2DB (or 0x18B2DB) is known color: Iris Blue. HEX triplet: 18, B2 and DB. RGB value is (24,178,219). Sum of RGB (Red+Green+Blue) = 24+178+219=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #18B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B2DB is #E74D24. Grayscale: #888888. Windows color (decimal): -15158565 or 14397976. OLE color: 14397976.

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

Color convert

RGB 24 178 219 -
CMYK 0.89 0.19 0 0.14
HSL 192.62º 0.8% 0.48% -
HSV(B) 192.62º 0.89% 0.86% -
XYZ 29.08 37.15 72.66 -
YUV 136.63 174.48 47.67 -
System Red Green Blue C M Y K H S L
Decimal 24 178 219 0.89 0.19 0 0.14 192.62 0.8 0.48
Hex 18 B2 DB 59 13 0 E C1 50 30
Octal 30 262 333 131 23 0 16 301 120 60
Binary 11000 10110010 11011011 1011001 10011 0 1110 11000001 1010000 110000

Color Harmonies of #18B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B2DB

Black with #18B2DB

Text Example


Text Example

White with #18B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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