Html Css Color HEX #18B5C1 Iris Blue

📋 copy color: '#18B5C1'

red 24 ◦ green 181 ◦ blue 193

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

Shades of Iris Blue #18B5C1

Tints of Iris Blue #18B5C1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.48%

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 6.03%
G = 45.48%
B = 48.49%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#18B5C1 (or 0x18B5C1) is known color: Iris Blue. HEX triplet: 18, B5 and C1. RGB value is (24,181,193). Sum of RGB (Red+Green+Blue) = 24+181+193=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #18B5C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B5C1 is #E74A3E. Grayscale: #878787. Windows color (decimal): -15157823 or 12694808. OLE color: 12694808.

HSL color Cylindrical-coordinate representation of color #18B5C1: hue angle of 184.26º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18B5C1 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 181 193 -
CMYK 0.88 0.06 0 0.24
HSL 184.26º 0.78% 0.43% -
HSV(B) 184.26º 0.88% 0.76% -
XYZ 26.53 37.09 56.21 -
YUV 135.43 160.49 48.52 -
System Red Green Blue C M Y K H S L
Decimal 24 181 193 0.88 0.06 0 0.24 184.26 0.78 0.43
Hex 18 B5 C1 58 6 0 18 B8 4E 2B
Octal 30 265 301 130 6 0 30 270 116 53
Binary 11000 10110101 11000001 1011000 110 0 11000 10111000 1001110 101011

Color Harmonies of #18B5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B5C1

Black with #18B5C1

Text Example


Text Example

White with #18B5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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