Html Css Color HEX #18C2C9 Iris Blue

📋 copy color: '#18C2C9'

red 24 ◦ green 194 ◦ blue 201

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

Shades of Iris Blue #18C2C9

Tints of Iris Blue #18C2C9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 201 (78.91% from 255) = 47.97%

R = 5.73%
G = 46.3%
B = 47.97%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#18C2C9 (or 0x18C2C9) is known color: Iris Blue. HEX triplet: 18, C2 and C9. RGB value is (24,194,201). Sum of RGB (Red+Green+Blue) = 24+194+201=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #18C2C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C2C9 is #E73D36. Grayscale: #8F8F8F. Windows color (decimal): -15154487 or 13222424. OLE color: 13222424.

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

Color convert

RGB 24 194 201 -
CMYK 0.88 0.03 0 0.21
HSL 182.37º 0.79% 0.44% -
HSV(B) 182.37º 0.88% 0.79% -
XYZ 30.21 42.99 61.96 -
YUV 143.97 160.18 42.43 -
System Red Green Blue C M Y K H S L
Decimal 24 194 201 0.88 0.03 0 0.21 182.37 0.79 0.44
Hex 18 C2 C9 58 3 0 15 B6 4F 2C
Octal 30 302 311 130 3 0 25 266 117 54
Binary 11000 11000010 11001001 1011000 11 0 10101 10110110 1001111 101100

Color Harmonies of #18C2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2C9

Black with #18C2C9

Text Example


Text Example

White with #18C2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,194,201); }

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

background-color css

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

 a { background-color: rgb(24,194,201); }

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

border-color css

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

 span { border-color: rgb(24,194,201); }

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