Html Css Color HEX #18B0C4 Iris Blue

📋 copy color: '#18B0C4'

red 24 ◦ green 176 ◦ blue 196

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

Shades of Iris Blue #18B0C4

Tints of Iris Blue #18B0C4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

 BLUE value IS 196 (76.95% from 255) = 49.49%

R = 6.06%
G = 44.44%
B = 49.49%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#18B0C4 (or 0x18B0C4) is known color: Iris Blue. HEX triplet: 18, B0 and C4. RGB value is (24,176,196). Sum of RGB (Red+Green+Blue) = 24+176+196=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #18B0C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B0C4 is #E74F3B. Grayscale: #848484. Windows color (decimal): -15159100 or 12890136. OLE color: 12890136.

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

Color convert

RGB 24 176 196 -
CMYK 0.88 0.10 0 0.23
HSL 186.98º 0.78% 0.43% -
HSV(B) 186.98º 0.88% 0.77% -
XYZ 25.87 35.23 57.66 -
YUV 132.83 163.64 50.37 -
System Red Green Blue C M Y K H S L
Decimal 24 176 196 0.88 0.10 0 0.23 186.98 0.78 0.43
Hex 18 B0 C4 58 A 0 17 BB 4E 2B
Octal 30 260 304 130 12 0 27 273 116 53
Binary 11000 10110000 11000100 1011000 1010 0 10111 10111011 1001110 101011

Color Harmonies of #18B0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B0C4

Black with #18B0C4

Text Example


Text Example

White with #18B0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,176,196); }

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

background-color css

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

 a { background-color: rgb(24,176,196); }

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

border-color css

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

 span { border-color: rgb(24,176,196); }

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