Html Css Color HEX #18BADE Iris Blue

📋 copy color: '#18BADE'

red 24 ◦ green 186 ◦ blue 222

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

Shades of Iris Blue #18BADE

Tints of Iris Blue #18BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 5.56%
G = 43.06%
B = 51.39%

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

#18BADE (or 0x18BADE) is known color: Iris Blue. HEX triplet: 18, BA and DE. RGB value is (24,186,222). Sum of RGB (Red+Green+Blue) = 24+186+222=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #18BADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BADE is #E74521. Grayscale: #8D8D8D. Windows color (decimal): -15156514 or 14596632. OLE color: 14596632.

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

Color convert

RGB 24 186 222 -
CMYK 0.89 0.16 0 0.13
HSL 190.91º 0.8% 0.48% -
HSV(B) 190.91º 0.89% 0.87% -
XYZ 31.12 40.59 75.3 -
YUV 141.67 173.33 44.07 -
System Red Green Blue C M Y K H S L
Decimal 24 186 222 0.89 0.16 0 0.13 190.91 0.8 0.48
Hex 18 BA DE 59 10 0 D BF 50 30
Octal 30 272 336 131 20 0 15 277 120 60
Binary 11000 10111010 11011110 1011001 10000 0 1101 10111111 1010000 110000

Color Harmonies of #18BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BADE

Black with #18BADE

Text Example


Text Example

White with #18BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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