Html Css Color HEX #18C1D2 Iris Blue

📋 copy color: '#18C1D2'

red 24 ◦ green 193 ◦ blue 210

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

Shades of Iris Blue #18C1D2

Tints of Iris Blue #18C1D2

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 210 (82.42% from 255) = 49.18%

R = 5.62%
G = 45.2%
B = 49.18%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#18C1D2 (or 0x18C1D2) is known color: Iris Blue. HEX triplet: 18, C1 and D2. RGB value is (24,193,210). Sum of RGB (Red+Green+Blue) = 24+193+210=427 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.62% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #18C1D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C1D2 is #E73E2D. Grayscale: #909090. Windows color (decimal): -15154734 or 13811992. OLE color: 13811992.

HSL color Cylindrical-coordinate representation of color #18C1D2: hue angle of 185.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C1D2 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 193 210 -
CMYK 0.89 0.08 0 0.18
HSL 185.48º 0.79% 0.46% -
HSV(B) 185.48º 0.89% 0.82% -
XYZ 31.08 42.99 67.63 -
YUV 144.41 165.01 42.12 -
System Red Green Blue C M Y K H S L
Decimal 24 193 210 0.89 0.08 0 0.18 185.48 0.79 0.46
Hex 18 C1 D2 59 8 0 12 B9 4F 2E
Octal 30 301 322 131 10 0 22 271 117 56
Binary 11000 11000001 11010010 1011001 1000 0 10010 10111001 1001111 101110

Color Harmonies of #18C1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C1D2

Black with #18C1D2

Text Example


Text Example

White with #18C1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,210); }

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

background-color css

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

 a { background-color: rgb(24,193,210); }

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

border-color css

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

 span { border-color: rgb(24,193,210); }

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