Html Css Color HEX #18B4CE Iris Blue

📋 copy color: '#18B4CE'

red 24 ◦ green 180 ◦ blue 206

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

Shades of Iris Blue #18B4CE

Tints of Iris Blue #18B4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

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

R = 5.85%
G = 43.9%
B = 50.24%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18B4CE (or 0x18B4CE) is known color: Iris Blue. HEX triplet: 18, B4 and CE. RGB value is (24,180,206). Sum of RGB (Red+Green+Blue) = 24+180+206=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #18B4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B4CE is #E74B31. Grayscale: #888888. Windows color (decimal): -15158066 or 13546520. OLE color: 13546520.

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

Color convert

RGB 24 180 206 -
CMYK 0.88 0.13 0 0.19
HSL 188.57º 0.79% 0.45% -
HSV(B) 188.57º 0.88% 0.81% -
XYZ 27.84 37.29 64.12 -
YUV 136.32 167.32 47.89 -
System Red Green Blue C M Y K H S L
Decimal 24 180 206 0.88 0.13 0 0.19 188.57 0.79 0.45
Hex 18 B4 CE 58 D 0 13 BD 4F 2D
Octal 30 264 316 130 15 0 23 275 117 55
Binary 11000 10110100 11001110 1011000 1101 0 10011 10111101 1001111 101101

Color Harmonies of #18B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B4CE

Black with #18B4CE

Text Example


Text Example

White with #18B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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