Html Css Color HEX #18BACE Iris Blue

📋 copy color: '#18BACE'

red 24 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #18BACE

Tints of Iris Blue #18BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 5.77%
G = 44.71%
B = 49.52%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18BACE (or 0x18BACE) is known color: Iris Blue. HEX triplet: 18, BA and CE. RGB value is (24,186,206). Sum of RGB (Red+Green+Blue) = 24+186+206=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #18BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BACE is #E74531. Grayscale: #8B8B8B. Windows color (decimal): -15156530 or 13548056. OLE color: 13548056.

HSL color Cylindrical-coordinate representation of color #18BACE: hue angle of 186.59º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BACE is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 186 206 -
CMYK 0.88 0.10 0 0.19
HSL 186.59º 0.79% 0.45% -
HSV(B) 186.59º 0.88% 0.81% -
XYZ 29.08 39.77 64.54 -
YUV 139.84 165.33 45.37 -
System Red Green Blue C M Y K H S L
Decimal 24 186 206 0.88 0.10 0 0.19 186.59 0.79 0.45
Hex 18 BA CE 58 A 0 13 BB 4F 2D
Octal 30 272 316 130 12 0 23 273 117 55
Binary 11000 10111010 11001110 1011000 1010 0 10011 10111011 1001111 101101

Color Harmonies of #18BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BACE

Black with #18BACE

Text Example


Text Example

White with #18BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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