Html Css Color HEX #18BBDB Iris Blue

📋 copy color: '#18BBDB'

red 24 ◦ green 187 ◦ blue 219

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

Shades of Iris Blue #18BBDB

Tints of Iris Blue #18BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

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

R = 5.58%
G = 43.49%
B = 50.93%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18BBDB (or 0x18BBDB) is known color: Iris Blue. HEX triplet: 18, BB and DB. RGB value is (24,187,219). Sum of RGB (Red+Green+Blue) = 24+187+219=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #18BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBDB is #E74424. Grayscale: #8D8D8D. Windows color (decimal): -15156261 or 14400280. OLE color: 14400280.

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

Color convert

RGB 24 187 219 -
CMYK 0.89 0.15 0 0.14
HSL 189.85º 0.8% 0.48% -
HSV(B) 189.85º 0.89% 0.86% -
XYZ 30.93 40.85 73.27 -
YUV 141.91 171.5 43.9 -
System Red Green Blue C M Y K H S L
Decimal 24 187 219 0.89 0.15 0 0.14 189.85 0.8 0.48
Hex 18 BB DB 59 F 0 E BE 50 30
Octal 30 273 333 131 17 0 16 276 120 60
Binary 11000 10111011 11011011 1011001 1111 0 1110 10111110 1010000 110000

Color Harmonies of #18BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BBDB

Black with #18BBDB

Text Example


Text Example

White with #18BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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