Html Css Color HEX #18B8DF Iris Blue

📋 copy color: '#18B8DF'

red 24 ◦ green 184 ◦ blue 223

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

Shades of Iris Blue #18B8DF

Tints of Iris Blue #18B8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 5.57%
G = 42.69%
B = 51.74%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18B8DF (or 0x18B8DF) is known color: Iris Blue. HEX triplet: 18, B8 and DF. RGB value is (24,184,223). Sum of RGB (Red+Green+Blue) = 24+184+223=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #18B8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B8DF is #E74720. Grayscale: #8C8C8C. Windows color (decimal): -15157025 or 14661656. OLE color: 14661656.

HSL color Cylindrical-coordinate representation of color #18B8DF: hue angle of 191.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18B8DF is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 184 223 -
CMYK 0.89 0.17 0 0.13
HSL 191.76º 0.81% 0.48% -
HSV(B) 191.76º 0.89% 0.87% -
XYZ 30.84 39.8 75.87 -
YUV 140.61 174.49 44.83 -
System Red Green Blue C M Y K H S L
Decimal 24 184 223 0.89 0.17 0 0.13 191.76 0.81 0.48
Hex 18 B8 DF 59 11 0 D C0 51 30
Octal 30 270 337 131 21 0 15 300 121 60
Binary 11000 10111000 11011111 1011001 10001 0 1101 11000000 1010001 110000

Color Harmonies of #18B8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B8DF

Black with #18B8DF

Text Example


Text Example

White with #18B8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,184,223); }

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

background-color css

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

 a { background-color: rgb(24,184,223); }

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

border-color css

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

 span { border-color: rgb(24,184,223); }

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