Html Css Color HEX #18BFDC Iris Blue

📋 copy color: '#18BFDC'

red 24 ◦ green 191 ◦ blue 220

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

Shades of Iris Blue #18BFDC

Tints of Iris Blue #18BFDC

RGB

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

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

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

R = 5.52%
G = 43.91%
B = 50.57%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18BFDC (or 0x18BFDC) is known color: Iris Blue. HEX triplet: 18, BF and DC. RGB value is (24,191,220). Sum of RGB (Red+Green+Blue) = 24+191+220=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #18BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFDC is #E74023. Grayscale: #909090. Windows color (decimal): -15155236 or 14466840. OLE color: 14466840.

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

Color convert

RGB 24 191 220 -
CMYK 0.89 0.13 0 0.14
HSL 188.88º 0.8% 0.48% -
HSV(B) 188.88º 0.89% 0.86% -
XYZ 31.93 42.62 74.25 -
YUV 144.37 170.67 42.14 -
System Red Green Blue C M Y K H S L
Decimal 24 191 220 0.89 0.13 0 0.14 188.88 0.8 0.48
Hex 18 BF DC 59 D 0 E BD 50 30
Octal 30 277 334 131 15 0 16 275 120 60
Binary 11000 10111111 11011100 1011001 1101 0 1110 10111101 1010000 110000

Color Harmonies of #18BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFDC

Black with #18BFDC

Text Example


Text Example

White with #18BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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