Html Css Color HEX #18B9CE Iris Blue

📋 copy color: '#18B9CE'

red 24 ◦ green 185 ◦ blue 206

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

Shades of Iris Blue #18B9CE

Tints of Iris Blue #18B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

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

R = 5.78%
G = 44.58%
B = 49.64%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18B9CE (or 0x18B9CE) is known color: Iris Blue. HEX triplet: 18, B9 and CE. RGB value is (24,185,206). Sum of RGB (Red+Green+Blue) = 24+185+206=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #18B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B9CE is #E74631. Grayscale: #8B8B8B. Windows color (decimal): -15156786 or 13547800. OLE color: 13547800.

HSL color Cylindrical-coordinate representation of color #18B9CE: hue angle of 186.92º 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 #18B9CE is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 185 206 -
CMYK 0.88 0.10 0 0.19
HSL 186.92º 0.79% 0.45% -
HSV(B) 186.92º 0.88% 0.81% -
XYZ 28.87 39.35 64.47 -
YUV 139.26 165.66 45.79 -
System Red Green Blue C M Y K H S L
Decimal 24 185 206 0.88 0.10 0 0.19 186.92 0.79 0.45
Hex 18 B9 CE 58 A 0 13 BB 4F 2D
Octal 30 271 316 130 12 0 23 273 117 55
Binary 11000 10111001 11001110 1011000 1010 0 10011 10111011 1001111 101101

Color Harmonies of #18B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9CE

Black with #18B9CE

Text Example


Text Example

White with #18B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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