Html Css Color HEX #18BCDF Iris Blue

📋 copy color: '#18BCDF'

red 24 ◦ green 188 ◦ blue 223

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

Shades of Iris Blue #18BCDF

Tints of Iris Blue #18BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

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

R = 5.52%
G = 43.22%
B = 51.26%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18BCDF (or 0x18BCDF) is known color: Iris Blue. HEX triplet: 18, BC and DF. RGB value is (24,188,223). Sum of RGB (Red+Green+Blue) = 24+188+223=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #18BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCDF is #E74320. Grayscale: #8E8E8E. Windows color (decimal): -15156001 or 14662680. OLE color: 14662680.

HSL color Cylindrical-coordinate representation of color #18BCDF: hue angle of 190.55º 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 #18BCDF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 188 223 -
CMYK 0.89 0.16 0 0.13
HSL 190.55º 0.81% 0.48% -
HSV(B) 190.55º 0.89% 0.87% -
XYZ 31.68 41.49 76.15 -
YUV 142.95 173.17 43.15 -
System Red Green Blue C M Y K H S L
Decimal 24 188 223 0.89 0.16 0 0.13 190.55 0.81 0.48
Hex 18 BC DF 59 10 0 D BF 51 30
Octal 30 274 337 131 20 0 15 277 121 60
Binary 11000 10111100 11011111 1011001 10000 0 1101 10111111 1010001 110000

Color Harmonies of #18BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCDF

Black with #18BCDF

Text Example


Text Example

White with #18BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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