Html Css Color HEX #18BFE0 Iris Blue

📋 copy color: '#18BFE0'

red 24 ◦ green 191 ◦ blue 224

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

Shades of Iris Blue #18BFE0

Tints of Iris Blue #18BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 43.51%

 BLUE value IS 224 (87.89% from 255) = 51.03%

R = 5.47%
G = 43.51%
B = 51.03%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#18BFE0 (or 0x18BFE0) is known color: Iris Blue. HEX triplet: 18, BF and E0. RGB value is (24,191,224). Sum of RGB (Red+Green+Blue) = 24+191+224=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #18BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFE0 is #E7401F. Grayscale: #909090. Windows color (decimal): -15155232 or 14728984. OLE color: 14728984.

HSL color Cylindrical-coordinate representation of color #18BFE0: hue angle of 189.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BFE0 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 191 224 -
CMYK 0.89 0.15 0 0.12
HSL 189.9º 0.81% 0.49% -
HSV(B) 189.9º 0.89% 0.88% -
XYZ 32.46 42.84 77.08 -
YUV 144.83 172.67 41.82 -
System Red Green Blue C M Y K H S L
Decimal 24 191 224 0.89 0.15 0 0.12 189.9 0.81 0.49
Hex 18 BF E0 59 F 0 C BE 51 31
Octal 30 277 340 131 17 0 14 276 121 61
Binary 11000 10111111 11100000 1011001 1111 0 1100 10111110 1010001 110001

Color Harmonies of #18BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFE0

Black with #18BFE0

Text Example


Text Example

White with #18BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,191,224); }

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

background-color css

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

 a { background-color: rgb(24,191,224); }

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

border-color css

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

 span { border-color: rgb(24,191,224); }

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