Html Css Color HEX #18ABCF Iris Blue

📋 copy color: '#18ABCF'

red 24 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #18ABCF

Tints of Iris Blue #18ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 5.97%
G = 42.54%
B = 51.49%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18ABCF (or 0x18ABCF) is known color: Iris Blue. HEX triplet: 18, AB and CF. RGB value is (24,171,207). Sum of RGB (Red+Green+Blue) = 24+171+207=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #18ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABCF is #E75430. Grayscale: #828282. Windows color (decimal): -15160369 or 13609752. OLE color: 13609752.

HSL color Cylindrical-coordinate representation of color #18ABCF: hue angle of 191.8º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ABCF is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 171 207 -
CMYK 0.88 0.17 0 0.19
HSL 191.8º 0.79% 0.45% -
HSV(B) 191.8º 0.88% 0.81% -
XYZ 26.2 33.83 64.18 -
YUV 131.15 170.8 51.57 -
System Red Green Blue C M Y K H S L
Decimal 24 171 207 0.88 0.17 0 0.19 191.8 0.79 0.45
Hex 18 AB CF 58 11 0 13 C0 4F 2D
Octal 30 253 317 130 21 0 23 300 117 55
Binary 11000 10101011 11001111 1011000 10001 0 10011 11000000 1001111 101101

Color Harmonies of #18ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABCF

Black with #18ABCF

Text Example


Text Example

White with #18ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,171,207); }

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

background-color css

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

 a { background-color: rgb(24,171,207); }

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

border-color css

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

 span { border-color: rgb(24,171,207); }

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