Html Css Color HEX #18B5C3 Iris Blue

📋 copy color: '#18B5C3'

red 24 ◦ green 181 ◦ blue 195

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

Shades of Iris Blue #18B5C3

Tints of Iris Blue #18B5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.75%

R = 6%
G = 45.25%
B = 48.75%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#18B5C3 (or 0x18B5C3) is known color: Iris Blue. HEX triplet: 18, B5 and C3. RGB value is (24,181,195). Sum of RGB (Red+Green+Blue) = 24+181+195=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #18B5C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B5C3 is #E74A3C. Grayscale: #878787. Windows color (decimal): -15157821 or 12825880. OLE color: 12825880.

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

Color convert

RGB 24 181 195 -
CMYK 0.88 0.07 0 0.24
HSL 184.91º 0.78% 0.43% -
HSV(B) 184.91º 0.88% 0.76% -
XYZ 26.75 37.18 57.4 -
YUV 135.65 161.49 48.36 -
System Red Green Blue C M Y K H S L
Decimal 24 181 195 0.88 0.07 0 0.24 184.91 0.78 0.43
Hex 18 B5 C3 58 7 0 18 B9 4E 2B
Octal 30 265 303 130 7 0 30 271 116 53
Binary 11000 10110101 11000011 1011000 111 0 11000 10111001 1001110 101011

Color Harmonies of #18B5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B5C3

Black with #18B5C3

Text Example


Text Example

White with #18B5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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