Html Css Color HEX #18BDDB Iris Blue

📋 copy color: '#18BDDB'

red 24 ◦ green 189 ◦ blue 219

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

Shades of Iris Blue #18BDDB

Tints of Iris Blue #18BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 5.56%
G = 43.75%
B = 50.69%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18BDDB (or 0x18BDDB) is known color: Iris Blue. HEX triplet: 18, BD and DB. RGB value is (24,189,219). Sum of RGB (Red+Green+Blue) = 24+189+219=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #18BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDDB is #E74224. Grayscale: #8E8E8E. Windows color (decimal): -15155749 or 14400792. OLE color: 14400792.

HSL color Cylindrical-coordinate representation of color #18BDDB: hue angle of 189.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BDDB is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 189 219 -
CMYK 0.89 0.14 0 0.14
HSL 189.23º 0.8% 0.48% -
HSV(B) 189.23º 0.89% 0.86% -
XYZ 31.36 41.7 73.41 -
YUV 143.09 170.84 43.06 -
System Red Green Blue C M Y K H S L
Decimal 24 189 219 0.89 0.14 0 0.14 189.23 0.8 0.48
Hex 18 BD DB 59 E 0 E BD 50 30
Octal 30 275 333 131 16 0 16 275 120 60
Binary 11000 10111101 11011011 1011001 1110 0 1110 10111101 1010000 110000

Color Harmonies of #18BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDDB

Black with #18BDDB

Text Example


Text Example

White with #18BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,219); }

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

background-color css

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

 a { background-color: rgb(24,189,219); }

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

border-color css

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

 span { border-color: rgb(24,189,219); }

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