Html Css Color HEX #18BCDB Iris Blue

📋 copy color: '#18BCDB'

red 24 ◦ green 188 ◦ blue 219

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

Shades of Iris Blue #18BCDB

Tints of Iris Blue #18BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 5.57%
G = 43.62%
B = 50.81%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18BCDB (or 0x18BCDB) is known color: Iris Blue. HEX triplet: 18, BC and DB. RGB value is (24,188,219). Sum of RGB (Red+Green+Blue) = 24+188+219=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #18BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCDB is #E74324. Grayscale: #8E8E8E. Windows color (decimal): -15156005 or 14400536. OLE color: 14400536.

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

Color convert

RGB 24 188 219 -
CMYK 0.89 0.14 0 0.14
HSL 189.54º 0.8% 0.48% -
HSV(B) 189.54º 0.89% 0.86% -
XYZ 31.15 41.28 73.34 -
YUV 142.5 171.17 43.48 -
System Red Green Blue C M Y K H S L
Decimal 24 188 219 0.89 0.14 0 0.14 189.54 0.8 0.48
Hex 18 BC DB 59 E 0 E BE 50 30
Octal 30 274 333 131 16 0 16 276 120 60
Binary 11000 10111100 11011011 1011001 1110 0 1110 10111110 1010000 110000

Color Harmonies of #18BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCDB

Black with #18BCDB

Text Example


Text Example

White with #18BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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