Html Css Color HEX #18BFDD Iris Blue

📋 copy color: '#18BFDD'

red 24 ◦ green 191 ◦ blue 221

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

Shades of Iris Blue #18BFDD

Tints of Iris Blue #18BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 43.81%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 5.5%
G = 43.81%
B = 50.69%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18BFDD (or 0x18BFDD) is known color: Iris Blue. HEX triplet: 18, BF and DD. RGB value is (24,191,221). Sum of RGB (Red+Green+Blue) = 24+191+221=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #18BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFDD is #E74022. Grayscale: #909090. Windows color (decimal): -15155235 or 14532376. OLE color: 14532376.

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

Color convert

RGB 24 191 221 -
CMYK 0.89 0.14 0 0.13
HSL 189.14º 0.8% 0.48% -
HSV(B) 189.14º 0.89% 0.87% -
XYZ 32.06 42.68 74.95 -
YUV 144.49 171.17 42.06 -
System Red Green Blue C M Y K H S L
Decimal 24 191 221 0.89 0.14 0 0.13 189.14 0.8 0.48
Hex 18 BF DD 59 E 0 D BD 50 30
Octal 30 277 335 131 16 0 15 275 120 60
Binary 11000 10111111 11011101 1011001 1110 0 1101 10111101 1010000 110000

Color Harmonies of #18BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFDD

Black with #18BFDD

Text Example


Text Example

White with #18BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,191,221); }

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

background-color css

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

 a { background-color: rgb(24,191,221); }

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

border-color css

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

 span { border-color: rgb(24,191,221); }

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