Html Css Color HEX #18C0CB Iris Blue

📋 copy color: '#18C0CB'

red 24 ◦ green 192 ◦ blue 203

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

Shades of Iris Blue #18C0CB

Tints of Iris Blue #18C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 5.73%
G = 45.82%
B = 48.45%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18C0CB (or 0x18C0CB) is known color: Iris Blue. HEX triplet: 18, C0 and CB. RGB value is (24,192,203). Sum of RGB (Red+Green+Blue) = 24+192+203=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #18C0CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C0CB is #E73F34. Grayscale: #8E8E8E. Windows color (decimal): -15154997 or 13352984. OLE color: 13352984.

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

Color convert

RGB 24 192 203 -
CMYK 0.88 0.05 0 0.20
HSL 183.69º 0.79% 0.45% -
HSV(B) 183.69º 0.88% 0.8% -
XYZ 30.01 42.21 63.06 -
YUV 143.02 161.84 43.11 -
System Red Green Blue C M Y K H S L
Decimal 24 192 203 0.88 0.05 0 0.20 183.69 0.79 0.45
Hex 18 C0 CB 58 5 0 14 B8 4F 2D
Octal 30 300 313 130 5 0 24 270 117 55
Binary 11000 11000000 11001011 1011000 101 0 10100 10111000 1001111 101101

Color Harmonies of #18C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0CB

Black with #18C0CB

Text Example


Text Example

White with #18C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,203); }

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

background-color css

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

 a { background-color: rgb(24,192,203); }

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

border-color css

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

 span { border-color: rgb(24,192,203); }

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