Html Css Color HEX #18B9CA Iris Blue

📋 copy color: '#18B9CA'

red 24 ◦ green 185 ◦ blue 202

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

Shades of Iris Blue #18B9CA

Tints of Iris Blue #18B9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 5.84%
G = 45.01%
B = 49.15%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#18B9CA (or 0x18B9CA) is known color: Iris Blue. HEX triplet: 18, B9 and CA. RGB value is (24,185,202). Sum of RGB (Red+Green+Blue) = 24+185+202=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #18B9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B9CA is #E74635. Grayscale: #8A8A8A. Windows color (decimal): -15156790 or 13285656. OLE color: 13285656.

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

Color convert

RGB 24 185 202 -
CMYK 0.88 0.08 0 0.21
HSL 185.73º 0.79% 0.44% -
HSV(B) 185.73º 0.88% 0.79% -
XYZ 28.39 39.16 61.94 -
YUV 138.8 163.66 46.12 -
System Red Green Blue C M Y K H S L
Decimal 24 185 202 0.88 0.08 0 0.21 185.73 0.79 0.44
Hex 18 B9 CA 58 8 0 15 BA 4F 2C
Octal 30 271 312 130 10 0 25 272 117 54
Binary 11000 10111001 11001010 1011000 1000 0 10101 10111010 1001111 101100

Color Harmonies of #18B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9CA

Black with #18B9CA

Text Example


Text Example

White with #18B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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