Html Css Color HEX #18BDCE Iris Blue

📋 copy color: '#18BDCE'

red 24 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #18BDCE

Tints of Iris Blue #18BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 5.73%
G = 45.11%
B = 49.16%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18BDCE (or 0x18BDCE) is known color: Iris Blue. HEX triplet: 18, BD and CE. RGB value is (24,189,206). Sum of RGB (Red+Green+Blue) = 24+189+206=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #18BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDCE is #E74231. Grayscale: #8D8D8D. Windows color (decimal): -15155762 or 13548824. OLE color: 13548824.

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

Color convert

RGB 24 189 206 -
CMYK 0.88 0.08 0 0.19
HSL 185.6º 0.79% 0.45% -
HSV(B) 185.6º 0.88% 0.81% -
XYZ 29.71 41.05 64.75 -
YUV 141.6 164.34 44.12 -
System Red Green Blue C M Y K H S L
Decimal 24 189 206 0.88 0.08 0 0.19 185.6 0.79 0.45
Hex 18 BD CE 58 8 0 13 BA 4F 2D
Octal 30 275 316 130 10 0 23 272 117 55
Binary 11000 10111101 11001110 1011000 1000 0 10011 10111010 1001111 101101

Color Harmonies of #18BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDCE

Black with #18BDCE

Text Example


Text Example

White with #18BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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