Html Css Color HEX #18BEDF Iris Blue

📋 copy color: '#18BEDF'

red 24 ◦ green 190 ◦ blue 223

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

Shades of Iris Blue #18BEDF

Tints of Iris Blue #18BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.48%

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

R = 5.49%
G = 43.48%
B = 51.03%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18BEDF (or 0x18BEDF) is known color: Iris Blue. HEX triplet: 18, BE and DF. RGB value is (24,190,223). Sum of RGB (Red+Green+Blue) = 24+190+223=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #18BEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BEDF is #E74120. Grayscale: #8F8F8F. Windows color (decimal): -15155489 or 14663192. OLE color: 14663192.

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

Color convert

RGB 24 190 223 -
CMYK 0.89 0.15 0 0.13
HSL 189.95º 0.81% 0.48% -
HSV(B) 189.95º 0.89% 0.87% -
XYZ 32.11 42.35 76.29 -
YUV 144.13 172.5 42.32 -
System Red Green Blue C M Y K H S L
Decimal 24 190 223 0.89 0.15 0 0.13 189.95 0.81 0.48
Hex 18 BE DF 59 F 0 D BE 51 30
Octal 30 276 337 131 17 0 15 276 121 60
Binary 11000 10111110 11011111 1011001 1111 0 1101 10111110 1010001 110000

Color Harmonies of #18BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BEDF

Black with #18BEDF

Text Example


Text Example

White with #18BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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