Html Css Color HEX #18BADD Iris Blue

📋 copy color: '#18BADD'

red 24 ◦ green 186 ◦ blue 221

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

Shades of Iris Blue #18BADD

Tints of Iris Blue #18BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.16%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 5.57%
G = 43.16%
B = 51.28%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18BADD (or 0x18BADD) is known color: Iris Blue. HEX triplet: 18, BA and DD. RGB value is (24,186,221). Sum of RGB (Red+Green+Blue) = 24+186+221=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #18BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BADD is #E74522. Grayscale: #8D8D8D. Windows color (decimal): -15156515 or 14531096. OLE color: 14531096.

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

Color convert

RGB 24 186 221 -
CMYK 0.89 0.16 0 0.13
HSL 190.66º 0.8% 0.48% -
HSV(B) 190.66º 0.89% 0.87% -
XYZ 30.99 40.53 74.6 -
YUV 141.55 172.83 44.15 -
System Red Green Blue C M Y K H S L
Decimal 24 186 221 0.89 0.16 0 0.13 190.66 0.8 0.48
Hex 18 BA DD 59 10 0 D BF 50 30
Octal 30 272 335 131 20 0 15 277 120 60
Binary 11000 10111010 11011101 1011001 10000 0 1101 10111111 1010000 110000

Color Harmonies of #18BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BADD

Black with #18BADD

Text Example


Text Example

White with #18BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,221); }

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

background-color css

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

 a { background-color: rgb(24,186,221); }

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

border-color css

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

 span { border-color: rgb(24,186,221); }

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