Html Css Color HEX #18B9CC Iris Blue

📋 copy color: '#18B9CC'

red 24 ◦ green 185 ◦ blue 204

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

Shades of Iris Blue #18B9CC

Tints of Iris Blue #18B9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 5.81%
G = 44.79%
B = 49.39%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#18B9CC (or 0x18B9CC) is known color: Iris Blue. HEX triplet: 18, B9 and CC. RGB value is (24,185,204). Sum of RGB (Red+Green+Blue) = 24+185+204=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #18B9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B9CC is #E74633. Grayscale: #8A8A8A. Windows color (decimal): -15156788 or 13416728. OLE color: 13416728.

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

Color convert

RGB 24 185 204 -
CMYK 0.88 0.09 0 0.2
HSL 186.33º 0.79% 0.45% -
HSV(B) 186.33º 0.88% 0.8% -
XYZ 28.62 39.25 63.19 -
YUV 139.03 164.66 45.96 -
System Red Green Blue C M Y K H S L
Decimal 24 185 204 0.88 0.09 0 0.2 186.33 0.79 0.45
Hex 18 B9 CC 58 9 0 14 BA 4F 2D
Octal 30 271 314 130 11 0 24 272 117 55
Binary 11000 10111001 11001100 1011000 1001 0 10100 10111010 1001111 101101

Color Harmonies of #18B9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9CC

Black with #18B9CC

Text Example


Text Example

White with #18B9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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