Html Css Color HEX #18BDCD Iris Blue

📋 copy color: '#18BDCD'

red 24 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #18BDCD

Tints of Iris Blue #18BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.22%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 5.74%
G = 45.22%
B = 49.04%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18BDCD (or 0x18BDCD) is known color: Iris Blue. HEX triplet: 18, BD and CD. RGB value is (24,189,205). Sum of RGB (Red+Green+Blue) = 24+189+205=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #18BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDCD is #E74232. Grayscale: #8D8D8D. Windows color (decimal): -15155763 or 13483288. OLE color: 13483288.

HSL color Cylindrical-coordinate representation of color #18BDCD: hue angle of 185.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BDCD is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 189 205 -
CMYK 0.88 0.08 0 0.20
HSL 185.3º 0.79% 0.45% -
HSV(B) 185.3º 0.88% 0.8% -
XYZ 29.59 41 64.11 -
YUV 141.49 163.84 44.2 -
System Red Green Blue C M Y K H S L
Decimal 24 189 205 0.88 0.08 0 0.20 185.3 0.79 0.45
Hex 18 BD CD 58 8 0 14 B9 4F 2D
Octal 30 275 315 130 10 0 24 271 117 55
Binary 11000 10111101 11001101 1011000 1000 0 10100 10111001 1001111 101101

Color Harmonies of #18BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDCD

Black with #18BDCD

Text Example


Text Example

White with #18BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,205); }

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

background-color css

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

 a { background-color: rgb(24,189,205); }

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

border-color css

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

 span { border-color: rgb(24,189,205); }

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