Html Css Color HEX #18B9DB Iris Blue

📋 copy color: '#18B9DB'

red 24 ◦ green 185 ◦ blue 219

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

Shades of Iris Blue #18B9DB

Tints of Iris Blue #18B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

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

R = 5.61%
G = 43.22%
B = 51.17%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18B9DB (or 0x18B9DB) is known color: Iris Blue. HEX triplet: 18, B9 and DB. RGB value is (24,185,219). Sum of RGB (Red+Green+Blue) = 24+185+219=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #18B9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B9DB is #E74624. Grayscale: #8C8C8C. Windows color (decimal): -15156773 or 14399768. OLE color: 14399768.

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

Color convert

RGB 24 185 219 -
CMYK 0.89 0.16 0 0.14
HSL 190.46º 0.8% 0.48% -
HSV(B) 190.46º 0.89% 0.86% -
XYZ 30.51 40.01 73.13 -
YUV 140.74 172.16 44.74 -
System Red Green Blue C M Y K H S L
Decimal 24 185 219 0.89 0.16 0 0.14 190.46 0.8 0.48
Hex 18 B9 DB 59 10 0 E BE 50 30
Octal 30 271 333 131 20 0 16 276 120 60
Binary 11000 10111001 11011011 1011001 10000 0 1110 10111110 1010000 110000

Color Harmonies of #18B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9DB

Black with #18B9DB

Text Example


Text Example

White with #18B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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