Html Css Color HEX #18BDD9 Iris Blue

📋 copy color: '#18BDD9'

red 24 ◦ green 189 ◦ blue 217

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

Shades of Iris Blue #18BDD9

Tints of Iris Blue #18BDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.47%

R = 5.58%
G = 43.95%
B = 50.47%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18BDD9 (or 0x18BDD9) is known color: Iris Blue. HEX triplet: 18, BD and D9. RGB value is (24,189,217). Sum of RGB (Red+Green+Blue) = 24+189+217=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #18BDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDD9 is #E74226. Grayscale: #8E8E8E. Windows color (decimal): -15155751 or 14269720. OLE color: 14269720.

HSL color Cylindrical-coordinate representation of color #18BDD9: hue angle of 188.7º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BDD9 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 189 217 -
CMYK 0.89 0.13 0 0.15
HSL 188.7º 0.8% 0.47% -
HSV(B) 188.7º 0.89% 0.85% -
XYZ 31.1 41.6 72.04 -
YUV 142.86 169.84 43.22 -
System Red Green Blue C M Y K H S L
Decimal 24 189 217 0.89 0.13 0 0.15 188.7 0.8 0.47
Hex 18 BD D9 59 D 0 F BD 50 2F
Octal 30 275 331 131 15 0 17 275 120 57
Binary 11000 10111101 11011001 1011001 1101 0 1111 10111101 1010000 101111

Color Harmonies of #18BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDD9

Black with #18BDD9

Text Example


Text Example

White with #18BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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