Html Css Color HEX #18BBDC Iris Blue

📋 copy color: '#18BBDC'

red 24 ◦ green 187 ◦ blue 220

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

Shades of Iris Blue #18BBDC

Tints of Iris Blue #18BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.39%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 5.57%
G = 43.39%
B = 51.04%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18BBDC (or 0x18BBDC) is known color: Iris Blue. HEX triplet: 18, BB and DC. RGB value is (24,187,220). Sum of RGB (Red+Green+Blue) = 24+187+220=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #18BBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBDC is #E74423. Grayscale: #8D8D8D. Windows color (decimal): -15156260 or 14465816. OLE color: 14465816.

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

Color convert

RGB 24 187 220 -
CMYK 0.89 0.15 0 0.14
HSL 190.1º 0.8% 0.48% -
HSV(B) 190.1º 0.89% 0.86% -
XYZ 31.07 40.9 73.97 -
YUV 142.03 172 43.82 -
System Red Green Blue C M Y K H S L
Decimal 24 187 220 0.89 0.15 0 0.14 190.1 0.8 0.48
Hex 18 BB DC 59 F 0 E BE 50 30
Octal 30 273 334 131 17 0 16 276 120 60
Binary 11000 10111011 11011100 1011001 1111 0 1110 10111110 1010000 110000

Color Harmonies of #18BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BBDC

Black with #18BBDC

Text Example


Text Example

White with #18BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,187,220); }

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

background-color css

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

 a { background-color: rgb(24,187,220); }

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

border-color css

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

 span { border-color: rgb(24,187,220); }

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